Commit Graph

  • 09988e3af6 Add tests for the escape_crlf function Alexis Mousset 2014-11-03 15:20:49 +01:00
  • 870fa56e25 Escape CRLF in debug logs Alexis Mousset 2014-11-03 14:08:51 +01:00
  • f3c5d2ebca Document the example program Alexis Mousset 2014-11-03 12:01:25 +01:00
  • b4e0d46f66 Use the extensions supported by the server Alexis Mousset 2014-11-03 12:00:00 +01:00
  • bc9ab343bd Split the IO commands from the client Alexis Mousset 2014-11-03 10:38:34 +01:00
  • f4d5b37597 Add the CRLF to the Command Alexis Mousset 2014-11-01 13:12:08 +01:00
  • 9b33233f35 fail! -> panic! Alexis Mousset 2014-10-30 22:36:58 +01:00
  • 76d465ce8e Remove Smtp from type names Alexis Mousset 2014-10-19 15:07:18 +02:00
  • 3041a5fdba Line length limited to 100 chars Alexis Mousset 2014-10-19 13:43:25 +02:00
  • da33c0eb39 Use a separate file for SmtpServerInfo Alexis Mousset 2014-10-19 04:37:13 +02:00
  • 9fd5317b6c Deny all warnings Alexis Mousset 2014-10-19 03:34:26 +02:00
  • 1e46ac8600 Fix the link for documentation Alexis Mousset 2014-10-19 03:15:17 +02:00
  • 6e2110c814 The connecter module should not be public Alexis Mousset 2014-10-19 03:08:39 +02:00
  • cc17e275c8 Add client code and reorganize sources Alexis Mousset 2014-10-19 03:02:37 +02:00
  • d427510d85 Fix travis configuration Alexis Mousset 2014-10-14 16:03:57 +02:00
  • 136a752c3b Fix travis configuration Alexis Mousset 2014-10-13 12:59:23 +02:00
  • 85d3607cac Fix compilation Alexis Mousset 2014-10-13 12:47:11 +02:00
  • c33abcb1aa Reorganization Alexis Mousset 2014-07-13 18:41:35 +02:00
  • 6b22cac101 Let TcpStream::connect resolve hostnames Alexis Mousset 2014-05-17 13:11:51 +02:00
  • f4f884730b Rust update: f.buf.write -> f.write Alexis Mousset 2014-05-17 12:20:01 +02:00
  • 24acc2d34c Renaming structures of the smtp library Alexis Mousset 2014-05-14 19:16:57 +02:00
  • aa67048bb4 New TcpStream::connect() interface Alexis Mousset 2014-05-13 22:10:11 +02:00
  • 391f1b44f7 Refactoring to create an SMTP library Alexis Mousset 2014-05-13 20:20:40 +02:00
  • 91e050bfc8 Refactoring to create an SMTP library Alexis Mousset 2014-05-13 20:20:14 +02:00
  • 54160b8b16 Reorganize sources Alexis Mousset 2014-05-12 19:10:09 +02:00
  • 7034f24fa7 Fix travis builds Alexis Mousset 2014-05-12 00:59:41 +02:00
  • 7b7f658420 Reorganize sources and improve makefile (inspiring from rust-empty) Alexis Mousset 2014-05-12 00:43:15 +02:00
  • cc0c4d2029 Add html_root_url to the crate doc Alexis Mousset 2014-05-11 20:41:21 +02:00
  • 0d77f8729c Add html_root_url to the crate doc Alexis Mousset 2014-05-11 20:39:47 +02:00
  • f54db73fa3 Display rustc version in travis builds Alexis Mousset 2014-05-11 20:37:56 +02:00
  • 276fe067be Update .travis.yml Alexis Mousset 2014-05-11 19:56:31 +02:00
  • 5a8d69e51b Better example command-line client Alexis Mousset 2014-05-11 19:31:45 +02:00
  • d4c01b0a0e Represent SMTP reply codes by u16 Alexis Mousset 2014-05-11 17:21:45 +02:00
  • 0e843103bf Simplify common functions on strings Alexis Mousset 2014-05-11 17:11:07 +02:00
  • d0685d13a7 Better test strings Alexis Mousset 2014-05-11 15:44:00 +02:00
  • 2e2e70a533 Follow master Alexis Mousset 2014-05-11 11:36:49 +02:00
  • 8974c6808d Manage SMTP responses without text message Alexis Mousset 2014-05-09 20:48:21 +02:00
  • 79be407d94 Clean SMTP response message ending Alexis Mousset 2014-05-09 01:02:06 +02:00
  • 2d0e12770d Get the value of ESMTP parameters Alexis Mousset 2014-05-08 14:54:21 +02:00
  • c376bc24c1 Fix a test for SmtpServerInfo Alexis Mousset 2014-05-07 08:40:29 +02:00
  • 932c38c7f4 Logging Alexis Mousset 2014-05-06 08:40:41 +02:00
  • 14497e7e1d Logging Alexis Mousset 2014-05-06 08:37:41 +02:00
  • 83ffa36c1e Logging Alexis Mousset 2014-05-05 19:21:57 +02:00
  • 1a7029c090 assert!(a == b) -> assert_eq!(a, b) Alexis Mousset 2014-05-04 12:56:35 +02:00
  • 6c732fe76c ~str to StrBuf Alexis Mousset 2014-05-03 22:33:06 +02:00
  • a48c0f8b07 ~string -> string.to_owned() Alexis Mousset 2014-05-03 19:24:01 +02:00
  • 05525fa760 ~string -> string.to_owned() Alexis Mousset 2014-05-03 16:44:26 +02:00
  • 7c379ae06e ~string -> string.to_owned() Alexis Mousset 2014-05-03 16:43:20 +02:00
  • 7903dfe8d1 Formatting Alexis Mousset 2014-05-02 19:00:00 +02:00
  • a8879c05aa Formatting Alexis Mousset 2014-05-02 11:37:11 +02:00
  • b26756036c Add quotes to SMTP paths Alexis Mousset 2014-05-02 00:34:41 +02:00
  • 0f673d06a4 Update travis configuration file Alexis Mousset 2014-05-01 23:20:25 +02:00
  • e66cc8cf50 Documentation formatting Alexis Mousset 2014-05-01 23:01:44 +02:00
  • 51f3d2e7d7 Add basic tests for SmtpServerInfo Alexis Mousset 2014-05-01 18:12:55 +02:00
  • 56f2486e5a Add basic tests for SmtpResponse Alexis Mousset 2014-05-01 11:20:38 +02:00
  • d89b637d79 Little improvements Alexis Mousset 2014-04-30 08:54:07 +02:00
  • 19e85d7cf3 Various changes, mainly on data types Alexis Mousset 2014-04-28 08:08:17 +02:00
  • 93789d682d Various changes Alexis Mousset 2014-04-28 01:32:21 +02:00
  • 89940874a6 Prepare 0.1 version Alexis Mousset 2014-04-20 22:07:09 +02:00
  • 0d9937cf91 Follow master Alexis Mousset 2014-03-30 16:20:58 +02:00
  • 1cc1a462ae Follow master Alexis Mousset 2014-02-28 21:44:14 +01:00
  • ef102e73ba Reorganize the SMTP client Alexis Mousset 2014-02-16 14:14:50 +01:00
  • 816ae9871b Fix tests Alexis Mousset 2014-02-12 12:47:05 +01:00
  • cf38f537c6 Organize methods Alexis Mousset 2014-02-12 02:08:37 +01:00
  • c81117921c Update to rust master Alexis Mousset 2014-02-10 16:40:20 +01:00
  • 0646476a9c Add doc upload on rust-ci Alexis Mousset 2014-02-03 21:33:33 +01:00
  • 274004e926 Make compilation work with yersterday's rust version Alexis Mousset 2014-02-03 21:26:28 +01:00
  • 6110986eb7 Add .travis.yml Alexis Mousset 2014-02-03 21:20:47 +01:00
  • 1469656410 Update README.rst amousset 2014-02-03 20:17:23 +01:00
  • 270efd193a Initial commit Alexis Mousset 2014-02-03 20:13:35 +01:00
  • 11e289a880 Initial commit amousset 2014-02-03 06:31:41 -08:00