Expand description

vSMTP mail parser

Structs

Message body representation
we use Vec instead of a HashMap because header ordering is important.
Instance parsing a message body
Message body issued by a SMTP transaction
header of a mime section
Representation of a mail

Enums

see rfc5322 (section 2.1 and 2.3)

Constants

average size of a mail

Traits

An abstract mail parser

Functions

take the name and value of a header and parses those to create a MimeHeader struct.

Type Definitions