mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-08 11:38:56 +00:00
Removes the deref to str as this is now a fallible operation that can panic. Process the fanout of this change, which is dealing with more possibility that things might be binary in more places. There are some transitional APIs introduced as deprecated so that I'm nagged to remove them already: I want to get the bulk of the code aware of the possibility of binary sorted before I tackle adjusting the message parser for that, so that that particular commit is more self-contained.
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!