Synchronize an account

$ neverest sync [OPTIONS] [ACCOUNT]

Synchronizes folders and emails of both left and right backends of the given account (or the default one if omitted).

Options

-d|--dry-run

Run the synchronization without applying any changes.

Instead, a report will be printed to stdout containing all the changes the synchronization plan to do.

-F|--include-folder

Synchronize only specific folders (can be repeated).

Only the given folders will be synchronized (including associated envelopes and messages). Useful when you need to speed up the synchronization process. A good usecase is to synchronize only the INBOX in order to quickly check for new messages.

Overrides the config option folder.filter.

-x|--exclude-folder

Omit specific folders from the synchronization (can be repeated).

The given folders will be excluded from the synchronization (including associated envelopes and messages). Useful when you have heavy folders that you do not want to take care of, or to speed up the synchronization process.

Overrides the config option folder.filter.

-A|--all-folders

Synchronizes all existing folders.

Overrides the config option folder.filter.