vomit-sync 0.3.1

A library for IMAP to maildir synchronization
Documentation
# vomit-sync

[![Crates.io](https://img.shields.io/crates/v/vomit-sync.svg)](https://crates.io/crates/vomit-sync)
[![builds.sr.ht status](https://builds.sr.ht/~bitfehler/vomit-sync/commits.svg)](https://builds.sr.ht/~bitfehler/vomit-sync/commits?)
[![Documentation](https://docs.rs/vomit-sync/badge.svg)](https://docs.rs/vomit-sync)

Vomit-sync is a Rust library for IMAP to maildir synchronization. If you just
want something to do this, you are looking for [vsync][1], a thin application
wrapper around vomit-sync.

[1]: https://crates.io/crates/vsync "vsync on crates.io"

# Goals and status

The goal is to provide full two-way synchronization between an IMAP server and
a local maildir, either by running periodically, or as a deamon.

Currently, only syncing from IMAP to maildir is implemented, and only by
running periodically.