ngortheone / maildir

A simple library to deal with maildir folders

Home Page:https://docs.rs/maildir/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A simple library to deal with maildir folders

https://docs.rs/maildir/

License:BSD Zero Clause License


Languages

Language:Rust 100.0%