Alexis Mousset 6110986eb7 Add .travis.yml
2014-02-03 21:20:47 +01:00
2014-02-03 20:13:35 +01:00
2014-02-03 20:13:35 +01:00
2014-02-03 21:20:47 +01:00
2014-02-03 20:13:35 +01:00
2014-02-03 21:20:47 +01:00
2014-02-03 20:17:23 +01:00

Rust SMTP library
=================

This library implements an SMTP client, and maybe later a simple SMTP server.

It does not support ESMTP nor SSL/TLS for now, and is basically an RFC821 client.

Rust versions
-------------

This library follows rust master.

License
-------

This program is distributed under the Apache license (version 2.0).

See LICENSE for details.
Description
Languages
Rust 100%