Documentation
¶
Overview ¶
Package mail implements parsing of mail messages.
For the most part, this package follows the syntax as specified by RFC 5322. Notable divergences:
- Obsolete address formats are not parsed, including addresses with embedded route information.
- Group addresses are not parsed.
- The full range of spacing (the CFWS syntax element) is not supported, such as breaking addresses across lines.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrHeaderNotPresent = errors.New("mail: header not in message")
Functions ¶
This section is empty.