Crate vomit_sync
source ·Expand description
vomit-sync
vomit-sync aims to provide full two-way synchronization between IMAP and
a local maildir. Currently, only IMAP to maildir (i.e. one-way) is
implemented.
It uses the log crate for logging, so you can receive logs from it by using any of the compatible logging libraries.
vsync is small CLI wrapper around vomit-sync.
As the name implies, vomit-sync is part of the vomit project.
Structs
A set of options to control the synchronization process
Enums
Functions
Check if the configured server supports the required IMAP capabilities
Apply all changes from IMAP to the local maildir
Apply all changes in local maildir to IMAP
Synchronize local and remote changes between IMAP and local maildir