package
0.12.2
Repository: https://github.com/mschneider82/go-message.git
Documentation: pkg.go.dev

# Functions

CreateInlineWriter writes a mail header to w.
CreateReader reads a mail header from r and returns a new mail reader.
CreateSingleInlineWriter writes a mail header to w.
CreateWriter writes a mail header to w and creates a new Writer.
GenerateMessageID generates an RFC 2822-compliant Message-ID based on the informational draft "Recommendations for generating Message IDs", for lack of a better authoritative source.
NewReader creates a new mail reader.

# Structs

An AttachmentHeader represents an attachment's header.
A Header is a mail header.
A InlineHeader represents a message text header.
InlineWriter writes a mail message's text.
A Part is either a mail text or an attachment.
A Reader reads a mail message.
A Writer writes a mail message.

# Interfaces

A PartHeader is a mail part header.

# Type aliases

Address represents a single mail address.