cc17e275c8a0d91e3eed0a9690227092ed285c9d
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, just 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%