Popularity
5.9
Growing
Activity
6.0
Declining
191
12
62
Programming language: Go
License: MIT License
Tags:
Email
Latest version: v0.12.0
go-message alternatives and similar packages
Based on the "Email" category.
Alternatively, view go-message alternatives based on common mentions on social networks and blogs.
-
Mailchain
Using Mailchain, Ethereum users can now send and receive rich-media HTML messages with attachments via an Ethereum address. -
go-simple-mail
Very simple package to send emails with SMTP Keep Alive and two timeouts: Connect and Send.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of go-message or a related project?
README
go-message
A Go library for the Internet Message Format. It implements:
- RFC 5322: Internet Message Format
- RFC 2045, RFC 2046 and RFC 2047: Multipurpose Internet Mail Extensions
- RFC 2183: Content-Disposition Header Field
Features
- Streaming API
- Automatic encoding and charset handling (to decode all charsets, add
import _ "github.com/emersion/go-message/charset"
to your application) - A
mail
subpackage to read and write mail messages - DKIM-friendly
- A
textproto
subpackage that just implements the wire format
License
MIT
*Note that all licence references and agreements mentioned in the go-message README section above
are relevant to that project's source code only.