Module email::backend

source ·
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

Enums

Traits