Modules§
Structs§
- Attachment
SinglePart
builder for attachments- Body
- A
Message
orSinglePart
body that has already been encoded. - Mail
Plugin - Mailbox
- Represents an email address with an optional name for the sender/recipient.
- Mailboxes
- Represents a sequence of
Mailbox
instances. - Message
- Email message which can be formatted
- Message
Builder - A builder for messages
- Multi
Part - Multipart variant with parts
- Multi
Part Builder - Multipart builder
- Response
- Contains an SMTP reply, with separated code and message
- Single
Part - Single part
- Single
Part Builder - Creates builder for single part
Enums§
- Mailer
- Maybe
String - Either a
Vec<u8>
or aString
. - Multi
Part Kind - The kind of multipart
Traits§
- Async
Transport - Async Transport method for emails
- Into
Body - A trait for something that takes an encoded
Body
.