📚 go-message - Awesome Go Library for Email

Go Gopher mascot for go-message

Streaming library for the Internet Message Format and mail messages.

🏷️ Email
📂 Libraries and tools that implement email creation and sending.
382 stars
View on GitHub 🔗

Detailed Description of go-message

go-message

Go Reference

A Go library for the Internet Message Format. It implements:

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