93789d682d7df502920ae3baf48e0034f9960211
Rust SMTP library
=================
.. image:: https://travis-ci.org/amousset/rust-smtp.png?branch=master
:target: https://travis-ci.org/amousset/rust-smtp
This library implements an SMTP client, and maybe later a simple SMTP server.
Rust versions
-------------
This library is designed for Rust 0.11-pre (master).
Install
------
Build the library:
make
To build the example client code:
make examples
To run the example:
./build/client
Todo
---
- Documentation
- RFC compliance
- Test corevage
- SSL/TLS support
- Client mail and rcpt options
License
-------
This program is distributed under the Apache license (version 2.0).
See LICENSE for details.
Description
Languages
Rust
100%