View Source API Reference mail v0.4.0
Modules
Mail primitive for composing messages.
Primary encoding/decoding bottleneck for the library.
Encodes/decodes base64 strings according to RFC 2045 which requires line lengths of less than 76 characters and illegal characters to be removed during parsing.
Encodes/decodes binary strings according to RFC 2045.
Encodes/decodes 8-bit strings according to RFC 2045.
Encodes/decodes quoted-printable strings according to RFC 2045.
Encodes/decodes 7-bit strings according to RFC 2045.
RFC2822 Parser
A hybrid of Erlang's proplists and lists keystores.
RFC2822 Parser
Primitives for building your own assertions for Mail.Message renderers.