[][src]Module melib::email

Email parsing, handling, sending etc.

Re-exports

pub use crate::attachments::*;

Modules

attachments
list_management
mime
parser
random
signatures

Structs

Draft
Envelope

Envelope represents all the data of an email we need to know.

EnvelopeWrapper
Flag
GroupAddress
MailboxAddress

Container for an address.

Mailto
MessageID

MessageID is accessed through the StrBuild trait.

References
StrBuilder

Helper struct to return slices from a struct field on demand.

Enums

Address

Traits

StrBuild

Structs implementing this trait must contain a StrBuilder field.

Functions

attachment_from_file

Reads file from given path, and returns an 'application/octet-stream' AttachmentBuilder object

Type Definitions

EnvelopeHash