https://github.com/staktrace/maildir
A simple library to deal with maildir folders
https://github.com/staktrace/maildir
maildir maildir-structure rust rust-library
Last synced: 3 months ago
JSON representation
A simple library to deal with maildir folders
- Host: GitHub
- URL: https://github.com/staktrace/maildir
- Owner: staktrace
- License: 0bsd
- Created: 2016-08-28T03:03:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T03:53:43.000Z (8 months ago)
- Last Synced: 2025-03-29T08:11:15.391Z (4 months ago)
- Topics: maildir, maildir-structure, rust, rust-library
- Language: Rust
- Homepage: https://docs.rs/maildir/
- Size: 633 KB
- Stars: 24
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
maildir
===

[](https://crates.io/crates/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:```rust
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](https://docs.rs/maildir/).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](http://www.replant-environmental.ca/donate.html), where every dollar gets a tree planted!