Categorygithub.com/emersion/go-message
repositorypackage
0.18.2
Repository: https://github.com/emersion/go-message.git
Documentation: pkg.go.dev

# Packages

Package charset provides functions to decode and encode charsets.
Package mail implements reading and writing mail messages.
Package textproto implements low-level manipulation of MIME messages.

# README

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