Commit Graph

42 Commits

Author SHA1 Message Date
Alexis Mousset
f54db73fa3 Display rustc version in travis builds 2014-05-11 20:37:56 +02:00
Alexis Mousset
276fe067be Update .travis.yml 2014-05-11 19:56:31 +02:00
Alexis Mousset
5a8d69e51b Better example command-line client 2014-05-11 19:31:45 +02:00
Alexis Mousset
d4c01b0a0e Represent SMTP reply codes by u16 2014-05-11 17:22:56 +02:00
Alexis Mousset
0e843103bf Simplify common functions on strings 2014-05-11 17:11:07 +02:00
Alexis Mousset
d0685d13a7 Better test strings 2014-05-11 15:44:00 +02:00
Alexis Mousset
2e2e70a533 Follow master 2014-05-11 11:36:49 +02:00
Alexis Mousset
8974c6808d Manage SMTP responses without text message 2014-05-09 20:48:21 +02:00
Alexis Mousset
79be407d94 Clean SMTP response message ending 2014-05-09 01:02:06 +02:00
Alexis Mousset
2d0e12770d Get the value of ESMTP parameters 2014-05-08 14:54:21 +02:00
Alexis Mousset
c376bc24c1 Fix a test for SmtpServerInfo 2014-05-07 08:40:29 +02:00
Alexis Mousset
932c38c7f4 Logging 2014-05-06 08:40:41 +02:00
Alexis Mousset
14497e7e1d Logging 2014-05-06 08:37:41 +02:00
Alexis Mousset
83ffa36c1e Logging 2014-05-05 19:21:57 +02:00
Alexis Mousset
1a7029c090 assert!(a == b) -> assert_eq!(a, b) 2014-05-04 12:56:35 +02:00
Alexis Mousset
6c732fe76c ~str to StrBuf 2014-05-03 22:33:06 +02:00
Alexis Mousset
a48c0f8b07 ~string -> string.to_owned() 2014-05-03 19:24:01 +02:00
Alexis Mousset
05525fa760 ~string -> string.to_owned() 2014-05-03 16:44:26 +02:00
Alexis Mousset
7c379ae06e ~string -> string.to_owned() 2014-05-03 16:43:20 +02:00
Alexis Mousset
7903dfe8d1 Formatting 2014-05-02 19:00:00 +02:00
Alexis Mousset
a8879c05aa Formatting 2014-05-02 11:37:11 +02:00
Alexis Mousset
b26756036c Add quotes to SMTP paths 2014-05-02 00:34:41 +02:00
Alexis Mousset
0f673d06a4 Update travis configuration file 2014-05-01 23:20:25 +02:00
Alexis Mousset
e66cc8cf50 Documentation formatting 2014-05-01 23:01:44 +02:00
Alexis Mousset
51f3d2e7d7 Add basic tests for SmtpServerInfo 2014-05-01 18:12:55 +02:00
Alexis Mousset
56f2486e5a Add basic tests for SmtpResponse 2014-05-01 11:20:38 +02:00
Alexis Mousset
d89b637d79 Little improvements 2014-04-30 08:54:07 +02:00
Alexis Mousset
19e85d7cf3 Various changes, mainly on data types 2014-04-28 08:08:17 +02:00
Alexis Mousset
93789d682d Various changes 2014-04-28 01:32:21 +02:00
Alexis Mousset
89940874a6 Prepare 0.1 version 2014-04-20 22:07:09 +02:00
Alexis Mousset
0d9937cf91 Follow master 2014-03-30 16:20:58 +02:00
Alexis Mousset
1cc1a462ae Follow master 2014-02-28 21:44:14 +01:00
Alexis Mousset
ef102e73ba Reorganize the SMTP client 2014-02-16 14:14:50 +01:00
Alexis Mousset
816ae9871b Fix tests 2014-02-12 12:47:05 +01:00
Alexis Mousset
cf38f537c6 Organize methods 2014-02-12 02:08:37 +01:00
Alexis Mousset
c81117921c Update to rust master 2014-02-10 16:54:13 +01:00
Alexis Mousset
0646476a9c Add doc upload on rust-ci 2014-02-03 21:33:33 +01:00
Alexis Mousset
274004e926 Make compilation work with yersterday's rust version 2014-02-03 21:26:28 +01:00
Alexis Mousset
6110986eb7 Add .travis.yml 2014-02-03 21:20:47 +01:00
amousset
1469656410 Update README.rst
Formatting description
2014-02-03 20:17:23 +01:00
Alexis Mousset
270efd193a Initial commit 2014-02-03 20:13:35 +01:00
amousset
11e289a880 Initial commit 2014-02-03 06:31:41 -08:00