19 releases
0.6.4 | Mar 21, 2023 |
---|---|
0.6.3 | Dec 6, 2022 |
0.6.2 | Sep 2, 2022 |
0.6.1 | Mar 16, 2022 |
0.1.1 | Jan 26, 2017 |
#69 in Email
3,067 downloads per month
Used in 12 crates
(9 directly)
29KB
585 lines
maildir
A simple library to deal with maildir folders
API
The primary entry point for this library is the Maildir structure, which can be created from a path, like so:
let maildir = Maildir::from("path/to/maildir");
The Maildir structure then has functions that can be used to access and modify mail files.
Documentation
See the rustdoc at docs.rs.
Support maildir
If you want to support development of maildir
, please do so by donating your money, time, and/or energy to fighting climate change.
A quick and easy way is to send a donation to Replant.ca Environmental, where every dollar gets a tree planted!
Dependencies
~4MB
~131K SLoC