Expand description
§Synchronization
Module dedicated to synchronization of folders and emails between
two backends. The main structure of this module is
SyncBuilder
.
Modules§
Structs§
- Sync
Builder - The synchronization builder.
Enums§
- Error
- The global
Error
enum of the module. - Sync
Destination - The synchronization destination.
- Sync
Event - The synchronization event.
Type Aliases§
- Result
- The global
Result
alias of the module. - Sync
Event Handler - The synchronization async event handler.