A simple library to deal with maildir folders
The primary entry point for this library is the Maildir structure, which can be created from a path, like so:
rust
let maildir = Maildir::from("path/to/maildir");
The Maildir structure then has functions that can be used to access and modify mail files.
See the rustdoc at docs.rs.