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

#40 in Email

Download history 71/week @ 2023-12-11 70/week @ 2023-12-18 43/week @ 2023-12-25 57/week @ 2024-01-01 132/week @ 2024-01-08 393/week @ 2024-01-15 118/week @ 2024-01-22 197/week @ 2024-01-29 271/week @ 2024-02-05 284/week @ 2024-02-12 406/week @ 2024-02-19 338/week @ 2024-02-26 257/week @ 2024-03-04 308/week @ 2024-03-11 252/week @ 2024-03-18 291/week @ 2024-03-25

1,134 downloads per month
Used in 12 crates (9 directly)

0BSD license

29KB
585 lines

maildir

Build Status Crate

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
~128K SLoC