maildir

Crates.iomaildir
lib.rsmaildir
version0.6.4
sourcesrc
created_at2017-01-15 04:33:40.196567
updated_at2023-03-21 03:52:30.578177
descriptionA simple library for maildir manipulation
homepagehttps://github.com/staktrace/maildir/blob/master/README.md
repositoryhttps://github.com/staktrace/maildir
max_upload_size
id8075
size50,568
Kartikaya Gupta (kats) (staktrace)

documentation

README

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!

Commit count: 104

cargo fmt