Module folder

Source
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§

Folder
The folder structure.
Folders
The list of folders.

Enums§

Error
The global Result alias of the module.
FolderKind
The folder kind enumeration.

Constants§

DRAFT
DRAFTS
INBOX
SENT
TRASH

Type Aliases§

Result
The global Result alias of the module.