All Projects → staktrace → maildir

staktrace / maildir

Licence: other
A simple library to deal with maildir folders

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to maildir

simple redis
Simple and resilient redis client for rust.
Stars: ✭ 21 (+10.53%)
Mutual labels:  rust-library
maildir2gmail
Maildir 2 Gmail
Stars: ✭ 14 (-26.32%)
Mutual labels:  maildir
warc
⚙️ A Rust library for reading and writing WARC files
Stars: ✭ 26 (+36.84%)
Mutual labels:  rust-library
rust-pkcs11
Rust PKCS#11 Library
Stars: ✭ 70 (+268.42%)
Mutual labels:  rust-library
harsh
Hashids implementation in Rust
Stars: ✭ 48 (+152.63%)
Mutual labels:  rust-library
vpsearch
C library for finding nearest (most similar) element in a set
Stars: ✭ 27 (+42.11%)
Mutual labels:  rust-library
soap-rs
SOAP client for Rust programming language
Stars: ✭ 37 (+94.74%)
Mutual labels:  rust-library
fixie-trie
Compact tries for fixed-width keys
Stars: ✭ 23 (+21.05%)
Mutual labels:  rust-library
rust-rgb
struct RGB for sharing pixels between crates
Stars: ✭ 70 (+268.42%)
Mutual labels:  rust-library
trickster
user-friendly linux memory hacking library
Stars: ✭ 50 (+163.16%)
Mutual labels:  rust-library
feed2maildir
📬 Read RSS/Atom feeds in your favourite, maildir-compatible email client.
Stars: ✭ 15 (-21.05%)
Mutual labels:  maildir
blinkt
A Rust library for the Pimoroni Blinkt!, and any similar APA102 or SK9822 LED strips or boards, on a Raspberry Pi.
Stars: ✭ 18 (-5.26%)
Mutual labels:  rust-library
lonlat bng
A multithreaded Rust library with FFI for converting WGS84 longitude and latitude coordinates into BNG (OSGB36) Eastings and Northings and vice versa (using OSTN15)
Stars: ✭ 20 (+5.26%)
Mutual labels:  rust-library
Curio
A Blazing Fast HTTP Client
Stars: ✭ 35 (+84.21%)
Mutual labels:  rust-library
bmemcached-rs
Rust binary memcached implementation
Stars: ✭ 24 (+26.32%)
Mutual labels:  rust-library
enumset
A library for compact bit sets containing enums.
Stars: ✭ 60 (+215.79%)
Mutual labels:  rust-library
rust-lp-modeler
Lp modeler written in Rust
Stars: ✭ 75 (+294.74%)
Mutual labels:  rust-library
digitalocean
A prototype API for Digital Ocean.
Stars: ✭ 35 (+84.21%)
Mutual labels:  rust-library
murmur3
A rust implementation of murmur3
Stars: ✭ 48 (+152.63%)
Mutual labels:  rust-library
serial test
Allows for the creation of serialised Rust tests
Stars: ✭ 105 (+452.63%)
Mutual labels:  rust-library

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].