Expand description
§Account synchronization
Module dedicated to synchronization of folders and emails
belonging to an account. The main structure of this module is
AccountSyncBuilder, which allows you to synchronize a given
backend with a local Maildir one, and therefore enables offline
support for this backend.
Modules§
Structs§
- Account
Sync Builder - The account synchronization builder.
Enums§
- Error
- The global
Errorenum of the module.
Type Aliases§
- Result
- The global
Resultalias of the module.