Expand description
Module dedicated to backend management.
The core concept of this module is the Backend
trait, which is
an abstraction over emails manipulation.
Then you have the BackendConfig
which represents the
backend-specific configuration, mostly used by the account
configuration.
Modules
- Module dedicated to the IMAP backend.
- Module dedicated to the Maildir backend.
- Module dedicated to the Notmuch backend.
Structs
- The backend builder.
- The IMAP backend.
- The IMAP backend configuration.
- The Maildir backend.
- The Maildir backend builder.
- The Maildir backend configuration.
- The Notmuch backend.
- The Notmuch backend builder.
- The Notmuch backend config.
Enums
- The backend configuration.
- Errors related to backend.
- The IMAP authentication configuration.
Traits
- The backend abstraction.