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
AccountConfiguration.
Modules§
Structs§
- The email backend.
- The runtime backend builder.
Enums§
- Errors related to backend.
Traits§
- The backend context trait.
- The backend context builder trait.
- Find a context in a context.
- Get a context in a context.
- Map a feature from a subcontext to a context.
Type Aliases§
- Optional dynamic boxed backend feature.
- Thread-safe backend feature builder.