io-maildir 0.1.0

Maildir client library
Documentation
1
2
3
4
5
6
7
8
//! Maildir flags: I/O-free coroutines rewriting the `:2,<flags>`
//! suffix on entry filenames, plus the flag set / keyword-header
//! types under [`types`].

pub mod add;
pub mod remove;
pub mod set;
pub mod types;