Expand description
§Folder module
Module dedicated to folder (as known as mailbox) management.
The main entities are FolderKind, Folder and Folders.
The config module exposes all the folder configuration used by
the account configuration.
Backend features reside in their own module as well: add,
list, expunge, purge, delete.
Finally, the sync module contains everything needed to
synchronize a remote folder with a local one.
Modules§
- add
- config
- delete
- expunge
- imap
- list
- maildir
- Module dedicated to Maildir email folders.
- purge
- sync
- Folder synchronization
Structs§
Enums§
- Error
- The global
Resultalias of the module. - Folder
Kind - The folder kind enumeration.
Constants§
Type Aliases§
- Result
- The global
Resultalias of the module.