mda

Crates.iomda
lib.rsmda
version0.1.1
sourcesrc
created_at2019-10-01 20:52:15.765234
updated_at2019-10-06 15:08:28.421073
descriptionA library for creating custom Mail Delivery Agents
homepagehttps://github.com/afrantzis/mda-rs
repositoryhttps://github.com/afrantzis/mda-rs
max_upload_size
id169196
size103,667
(afrantzis)

documentation

https://docs.rs/mda

README

mda-rs

mda-rs is a Rust library for writing custom Mail Deliver Agents.

Documentation

The detailed module documentation, including code examples for all features, can be found at https://docs.rs/mda.

Usage

Add this to your Cargo.toml:

[dependencies]
mda = "0.1"

If you are using Rust 2015 add the following to your crate root file (Rust 2018 doesn't require this):

extern crate mda;

See examples/personal-mda.rs for an example that uses mda-rs.

License

This project is licensed under the Mozilla Public License Version 2.0 (LICENSE or https://www.mozilla.org/en-US/MPL/2.0/).

Commit count: 6

cargo fmt