Expand description
Module dedicated to email management.
An email is composed of two things:
-
The envelope, which contains an identifier, some flags and few headers.
-
The message, which is the raw content of the email (header + body).
This module also contains stuff related to email configuration and synchronization.
Modules§
- Module dedicated to email configuration.
- Module dedicated to email envelopes.
- error 🔒
- Module dedicated to email messages.
- Search emails query
- Email synchronization
- Module dedicated to email utils.
Enums§
- The global
Error
enum of the module.
Functions§
- Gets the local draft file path.
- Removes the local draft.
Type Aliases§
- The global
Result
alias of the module.