[][src]Module rustyknife::rfc5322

Parsers for Internet Message Format messages.

Comments are ignored. RFC 2047 decoding is applied where appropriate.

Structs

Group

A group of many Mailbox.

Mailbox

A single mailbox with an optional display name.

Enums

Address

An address is either a single Mailbox or a Group.

Traits

UTF8Policy

Functions

from

Parse the content of a "From:" header.

reply_to

Parse the content of a "Reply-To:" header.

sender

Parse the content of a "Sender:" header.

unstructured

Parse an unstructured header such as "Subject:".