All Projects → jhillyerd → Enmime

jhillyerd / Enmime

Licence: mit
MIME mail encoding and decoding package for Go

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Enmime

Json Rust
JSON implementation in Rust
Stars: ✭ 395 (+60.57%)
Mutual labels:  parser, decoder, encoder
Mimekit
A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
Stars: ✭ 1,214 (+393.5%)
Mutual labels:  mime, parser, email
Php Mime Mail Parser
A fully tested email parser for PHP 7.2+ (mailparse extension wrapper).
Stars: ✭ 687 (+179.27%)
Mutual labels:  parser, email, mail
Mailmergelib
MailMergeLib is a mail message client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
Stars: ✭ 97 (-60.57%)
Mutual labels:  mime, email, mail
Gmime
A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
Stars: ✭ 57 (-76.83%)
Mutual labels:  mime, parser, email
Vmime
VMime Mail Library
Stars: ✭ 218 (-11.38%)
Mutual labels:  mime, parser, email
Ip Biter
IP-Biter: The Hacker-friendly E-Mail (but not only) Tracking Framework
Stars: ✭ 166 (-32.52%)
Mutual labels:  email, mail
Gojay
fastest JSON encoder/decoder with powerful stream API for Golang
Stars: ✭ 2,009 (+716.67%)
Mutual labels:  decoder, encoder
Mailyak
An elegant MIME/SMTP email library with support for attachments
Stars: ✭ 244 (-0.81%)
Mutual labels:  mime, email
Ks265codec
ks cloud hevc(h265) encoder decoder test and description
Stars: ✭ 192 (-21.95%)
Mutual labels:  decoder, encoder
Django Mail Templated
Send emails using Django template system
Stars: ✭ 146 (-40.65%)
Mutual labels:  email, mail
Neomutt
✉️ Teaching an Old Dog New Tricks -- IRC: #neomutt on irc.libera.chat
Stars: ✭ 2,343 (+852.44%)
Mutual labels:  mime, mail
Go Message
✉️ A streaming Go library for the Internet Message Format and mail messages
Stars: ✭ 193 (-21.54%)
Mutual labels:  mime, mail
Ffmediatoolkit
FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
Stars: ✭ 156 (-36.59%)
Mutual labels:  decoder, encoder
Salsanext
Uncertainty-aware Semantic Segmentation of LiDAR Point Clouds for Autonomous Driving
Stars: ✭ 153 (-37.8%)
Mutual labels:  decoder, encoder
Postmark.js
Official Node.js library for the Postmark API
Stars: ✭ 177 (-28.05%)
Mutual labels:  email, mail
Free Email Forwarding
The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
Stars: ✭ 2,024 (+722.76%)
Mutual labels:  email, mail
Ptorx
📩🛡 Email privacy. Anonymously send and receive with alias forwarding.
Stars: ✭ 187 (-23.98%)
Mutual labels:  email, mail
Codable Diy Kit
A template for creating your own Swift Codable encoders and decoders
Stars: ✭ 207 (-15.85%)
Mutual labels:  decoder, encoder
Xmlschema
XML Schema validator and data conversion library for Python
Stars: ✭ 201 (-18.29%)
Mutual labels:  decoder, encoder

enmime

PkgGoDev Build Status Go Report Card Coverage Status

enmime is a MIME encoding and decoding library for Go, focused on generating and parsing MIME encoded emails. It is being developed in tandem with the Inbucket email service.

enmime includes a fluent interface builder for generating MIME encoded messages, see the wiki for example Builder Usage.

See our Pkg Docs for examples and API usage information.

Development Status

enmime is near production quality: it works but struggles to parse a small percentage of emails. It's possible the API will evolve slightly before the 1.0 release.

See CONTRIBUTING.md for more information.

About

enmime is written in Go.

enmime is open source software released under the MIT License. The latest version can be found at https://github.com/jhillyerd/enmime

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].