Structs§
- Addr
Spec - Address
List - Attachment
Options - Authentication
Result - Authentication
Results - Header
- Header
Map - Represents an ordered list of headers.
Note that there may be multiple headers with the same name.
Derefs to the underlying
Vec<Header>
for mutation, but provides some accessors for retrieving headers by name. - Header
Parse Result - Holds the result of parsing a block of headers
- Mailbox
- Mailbox
List - Message
Builder - Message
Conformance - MessageID
- Mime
Parameters - Mime
Part - Parser
- Part
Pointer - References the position of a MimePart by encoding the steps in
a tree walking operation. The encoding of PartPointer is a
sequence of integers that identify the index of a child part
by its level within the mime tree, selecting the current node
when no more indices remain. eg:
[]
indicates the root part, while[0]
is the 0th child of the root. - Simplified
Structure - Simplified
Structure Pointers
Enums§
- Address
- Conformance
Disposition - Content
Transfer Encoding - Decoded
Body - Mail
Parsing Error - Shared
String - Helper for holding either an owned or borrowed string, and where the slice method is aware of that borrowing, allowing for efficient copying and slicing without making extraneous additional copies