9b33233f354cd694d5c4fe2dde51a23995018316
rust-smtp 
This library implements an SMTP library and a simple client.
Rust versions
This library is designed for Rust 0.13.0-nightly (master).
Install
If you're using Cargo, just add this to your Cargo.toml:
[dependencies.smtp]
git = "https://github.com/amousset/rust-smtp.git"
Otherwise, clone this repo and run cargo build.
Documentation
The documentation is available on GitHub pages.
License
This program is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.
Description
Languages
Rust
100%