Commit Graph

45 Commits

Author SHA1 Message Date
Alexis Mousset
8d60068831 Remove last panics 2015-07-23 00:48:49 +02:00
Alexis Mousset
c2506b47fc License modified to MIT only 2015-07-15 22:53:12 +02:00
Alexis Mousset
56f93bd614 Rename esmtp_features to features 2015-07-14 23:49:54 +02:00
Alexis Mousset
c9a657ac44 Add tests for ServerInfo 2015-07-14 23:45:12 +02:00
Alexis Mousset
df8c8a18a8 Refactoring 2015-07-14 22:49:47 +02:00
Alexis Mousset
ef8c426cd4 Refactoring 2015-07-14 21:52:55 +02:00
Alexis Mousset
75de338409 Add error types 2015-07-14 10:32:12 +02:00
Alexis Mousset
d46bbeebf0 Improve SMTP response parsing 2015-07-08 21:16:41 +02:00
Alexis Mousset
d59672ef26 Get ready for rust 1.0.0-beta 2015-04-04 23:32:14 +02:00
Alexis Mousset
a6f45b3c15 .as_slice() -> & in function calls 2015-03-14 17:30:57 +01:00
Alexis Mousset
658e7937d7 Add tests for Extension and Response 2015-03-14 15:38:23 +01:00
Alexis Mousset
24e6eeb9d2 Update to new io and improve reply handling 2015-03-13 01:04:38 +01:00
Alexis Mousset
2fa499629d Email builder 2015-03-04 11:04:07 +01:00
Alexis Mousset
487f845f85 Builder for the Client 2015-03-02 17:25:02 +01:00
Alexis Mousset
375900b7aa Reorganize common constants 2015-03-02 15:22:55 +01:00
Alexis Mousset
156bea5f75 Update documentation 2015-03-02 15:00:50 +01:00
Alexis Mousset
b89a83b3be Add CRAM-MD5 AUTH mecanism 2015-03-02 01:12:24 +01:00
Alexis Mousset
f9a22af531 Doc formatting 2015-03-01 21:34:04 +01:00
Alexis Mousset
168473f445 Update documentation 2015-03-01 21:25:17 +01:00
Alexis Mousset
52d6c76565 Remove support for SIZE extension 2015-03-01 20:34:12 +01:00
Alexis Mousset
fa8cd0fb3b Remove uneeded code to simplify the client 2015-03-01 20:17:12 +01:00
Alexis Mousset
2a7f8531fd Add PLAIN authentication mecanism 2015-03-01 15:08:36 +01:00
Alexis Mousset
a4570e960e Add AUTH extensions 2015-03-01 02:21:59 +01:00
Alexis Mousset
74bd715e80 esmtp_features does not need to be an Option 2015-02-28 20:10:07 +01:00
Alexis Mousset
e78d97b755 unstable stability level 2015-02-27 20:38:14 +01:00
Alexis Mousset
f1489ae2c8 Update tests to follow rust upgrade 2015-02-27 16:58:57 +01:00
Artemciy
aaf2147117 Rust upgrade. 2015-02-27 18:18:15 +03:00
Alexis Mousset
96487a1937 Rust update: Fix tests 2014-12-25 13:27:23 +01:00
DevOps
f3d446308d Rust upgrade: fix deprecated methods. 2014-12-25 01:35:11 +03:00
Alexis Mousset
3040e4dc70 Update to nightly: explicit Copy trait 2014-12-12 19:25:23 +01:00
Alexis Mousset
cad6d5e263 Use if_let syntax 2014-12-01 17:29:41 +01:00
Alexis Mousset
c5b0696fc0 Fix enum scopes in tests 2014-11-21 13:28:22 +01:00
Alexis Mousset
1ac6150d50 Add enum imports 2014-11-20 17:04:06 +01:00
Alexis Mousset
490eebbd02 FromStr is now in str 2014-11-17 21:32:32 +01:00
Alexis Mousset
2a1961c659 Add documentation 2014-11-14 01:32:18 +01:00
Alexis Mousset
7279f85081 Update doc 2014-11-11 11:26:55 +01:00
Alexis Mousset
2ee20eb66c Split common.rs 2014-11-11 01:32:47 +01:00
Alexis Mousset
809ecbbd07 Start documenting the error module 2014-11-10 01:01:12 +01:00
Alexis Mousset
5cb8b69fb9 Remove the with_code method from response 2014-11-09 23:52:20 +01:00
Alexis Mousset
67845bc13c Various changes, client refactoring 2014-11-07 20:25:58 +01:00
Alexis Mousset
4fa54e2908 Add STARTTLS keyword to the library 2014-11-06 10:31:48 +01:00
Alexis Mousset
96274074bc Move esmtp extensions parsing to the extension module 2014-11-05 17:27:16 +01:00
Alexis Mousset
d5206ddeb1 Improve tests formatting 2014-11-04 22:29:53 +01:00
Alexis Mousset
76d465ce8e Remove Smtp from type names 2014-10-19 15:07:18 +02:00
Alexis Mousset
cc17e275c8 Add client code and reorganize sources 2014-10-19 03:02:37 +02:00