Expand description
Module dedicated to email messages.
The message is the content of the email, which is composed of a header and a body.
The core concept of this module is the Message structure, which is just wrapper around the mail_parser::Message struct.
Modules
- Module dedicated to email message attachment.
- Module dedicated to email message templates.
Structs
- The email message attachment.
- The message reply template builder.
- The self-referencing struct.
- The self-referencing struct.
- The message new template builder.
- The message reply template builder.
Enums
- Errors related to email messages.