Commit Graph

  • d3d7c4b44e Formatting with rustfmt Alexis Mousset 2015-10-22 16:45:43 +02:00
  • 88b9cfb847 Fix documentation link v0.4.0 v0.4.x Alexis Mousset 2015-10-21 23:16:09 +02:00
  • 250ed7bcf4 Add SMTPUTF8 support Alexis Mousset 2015-10-21 23:02:14 +02:00
  • 63d9216df3 Change crate name Alexis Mousset 2015-10-15 00:03:07 +02:00
  • 54758ebde9 Rename rust-smtp to lettre, add multiple transports support Alexis Mousset 2015-10-14 23:44:25 +02:00
  • bd67d80d3e Try to authenticate only once Alexis Mousset 2015-10-12 23:46:12 +02:00
  • a91db14869 Configurable TLS security level Alexis Mousset 2015-10-12 22:47:53 +02:00
  • b5c6663629 Update AppVeyor configuration Alexis Mousset 2015-10-12 02:50:53 +02:00
  • 4b4150ed99 Version 0.3.0 Alexis Mousset 2015-10-12 02:20:39 +02:00
  • 5f911dce12 Formatting with rustfmt v0.3.0 v0.3.x Alexis Mousset 2015-10-12 02:19:33 +02:00
  • 47d6870d93 Add STARTTLS support instead of SMTPS Alexis Mousset 2015-10-12 00:59:39 +02:00
  • 51de392086 Add documentation Alexis Mousset 2015-10-11 21:21:31 +02:00
  • fefb5f7978 smtps with rust-openssl Alexis Mousset 2015-10-11 19:56:02 +02:00
  • 5d125bdbdb Format code with rustfmt Alexis Mousset 2015-10-08 20:12:07 +02:00
  • a1bf0170db Version 0.2.0 v0.2.0 v0.2.x Alexis Mousset 2015-10-06 18:42:35 +02:00
  • 5bedba4b24 Use Tm::rfc822z to support local timezones (workaround for time crate incomplete feature) Alexis Mousset 2015-10-06 18:42:23 +02:00
  • 813f09a314 v0.1.2 v0.1.2 v0.1.x Alexis Mousset 2015-08-02 22:05:55 +02:00
  • 6a6023431b Add test cases for authentication Alexis Mousset 2015-08-02 21:24:24 +02:00
  • 7f6aa0ffae Document authentication mecanism configuration Alexis Mousset 2015-08-02 19:23:29 +02:00
  • 1830f084c0 Let the user configure the authentication mecanisms Alexis Mousset 2015-08-02 19:12:59 +02:00
  • 49a995f68d Merge branch 'master' of github.com:amousset/rust-smtp Alexis Mousset 2015-07-23 01:01:43 +02:00
  • 2fd5147a0f Update Cargo.toml information v0.1.1 Alexis Mousset 2015-07-23 01:01:02 +02:00
  • 9c34b5a055 Fix badges formatting Alexis Mousset 2015-07-23 00:53:10 +02:00
  • 8d60068831 Remove last panics v0.1.0 Alexis Mousset 2015-07-23 00:48:37 +02:00
  • c2506b47fc License modified to MIT only Alexis Mousset 2015-07-15 22:53:12 +02:00
  • cecc11f74e Prepare 0.1.0 Alexis Mousset 2015-07-15 21:40:19 +02:00
  • 5ecdabbce7 Threads in example client Alexis Mousset 2015-07-15 20:10:34 +02:00
  • bd4680d793 Remove openssl for now Alexis Mousset 2015-07-14 23:52:06 +02:00
  • 56f93bd614 Rename esmtp_features to features Alexis Mousset 2015-07-14 23:49:54 +02:00
  • c9a657ac44 Add tests for ServerInfo Alexis Mousset 2015-07-14 23:45:12 +02:00
  • df8c8a18a8 Refactoring Alexis Mousset 2015-07-14 22:49:47 +02:00
  • e30e96c1ca Refactoring Alexis Mousset 2015-07-14 22:07:05 +02:00
  • ef8c426cd4 Refactoring Alexis Mousset 2015-07-14 21:52:55 +02:00
  • 0b7e004ac8 Add an authentication trait Alexis Mousset 2015-07-14 14:16:17 +02:00
  • 599cf6c313 Add appveyor configuration Alexis Mousset 2015-07-14 11:27:02 +02:00
  • e6b46faa06 Error management for authentication Alexis Mousset 2015-07-14 11:18:49 +02:00
  • 75de338409 Add error types Alexis Mousset 2015-07-14 10:32:12 +02:00
  • 29c9b7661e Rename SmtpError to Error Alexis Mousset 2015-07-14 01:10:28 +02:00
  • d46bbeebf0 Improve SMTP response parsing Alexis Mousset 2015-07-08 21:16:41 +02:00
  • ae3fc78e67 Fix coveralls.io badge Alexis Mousset 2015-07-07 09:31:42 +02:00
  • 26dae6ecbd Preparing 0.0.13 release Alexis Mousset 2015-07-05 10:26:27 +02:00
  • e855e37182 Add tests on response Alexis Mousset 2015-06-28 20:46:05 +02:00
  • 3195959de8 rename mailer to email Alexis Mousset 2015-06-27 16:14:14 +02:00
  • 5b70dccfd3 Fix git url for rust-email Alexis Mousset 2015-06-27 14:43:30 +02:00
  • 3b78455b22 Add tests for Email Alexis Mousset 2015-06-27 14:37:13 +02:00
  • cbc9764626 version 0.0.13 v0.0.13 Alexis Mousset 2015-06-27 11:12:19 +02:00
  • 8811b32113 Beginning of rust-email integration Alexis Mousset 2015-06-27 02:31:24 +02:00
  • 0b185352f8 Fix GH_TOKEN Alexis Mousset 2015-06-12 23:48:51 +02:00
  • 72390e9bdb Add empty unstable feature Alexis Mousset 2015-06-12 23:33:01 +02:00
  • 520db5d21d Test to fix travis-cargo Alexis Mousset 2015-06-12 22:55:22 +02:00
  • bb0c9c5c5c Add travis-cargo to master Alexis Mousset 2015-06-12 22:17:46 +02:00
  • 262f3b8d93 Merge pull request #18 from nevdelap/master Alexis Mousset 2015-06-05 14:38:20 +02:00
  • d1b6b33b44 Removed stable and beta builds. Nev Delap 2015-06-05 22:13:54 +10:00
  • 4f249b319c Add stable and beta builds. Nev Delap 2015-06-05 22:10:43 +10:00
  • 2281b9046e Add #![feature(buf_stream)] to compile with current nightly. Nev Delap 2015-06-05 22:05:10 +10:00
  • a4ada1b6ef Remove uneeded use Alexis Mousset 2015-05-06 21:39:22 +02:00
  • 8da3a09140 Beta build status Alexis Mousset 2015-05-06 15:48:50 +02:00
  • 6ea49d770c Try travis-cargo Alexis Mousset 2015-05-06 15:48:15 +02:00
  • 6a5b100098 Do not build the doc on nightly Alexis Mousset 2015-05-06 14:45:29 +02:00
  • 5ed452919c Build on nightly only Alexis Mousset 2015-05-06 14:44:59 +02:00
  • 30583ef1a6 Build on beta only Alexis Mousset 2015-05-06 14:44:40 +02:00
  • 60356c3b52 Test on rust 1.0.0-beta.4 Alexis Mousset 2015-05-06 14:26:09 +02:00
  • ed06c67258 Test on rust 1.0.0-beta.3 Alexis Mousset 2015-04-28 12:31:47 +02:00
  • ee8da8196a Start refactoring streams to introduce a mock server Alexis Mousset 2015-04-22 21:52:03 +02:00
  • 78e88d5bc6 test beta2 on travis Alexis Mousset 2015-04-22 12:07:53 +02:00
  • 8f49ba3b17 add crates.io badge Alexis Mousset 2015-04-18 23:00:30 +02:00
  • 6d19f80842 Add tests for responses with empty message Alexis Mousset 2015-04-10 19:27:49 +02:00
  • 02a9093bad test beta on travis and bump to 0.0.11 v0.0.11 Alexis Mousset 2015-04-04 23:47:21 +02:00
  • d59672ef26 Get ready for rust 1.0.0-beta Alexis Mousset 2015-04-04 23:32:14 +02:00
  • 7f9b2c5150 Fix for latest nightly Alexis Mousset 2015-04-04 22:34:01 +02:00
  • 654fb6fadc Release 0.0.9 v0.0.9 Alexis Mousset 2015-03-20 20:02:07 +01:00
  • c869ea0176 Remove uneeded features Alexis Mousset 2015-03-20 19:58:52 +01:00
  • 52d1997139 Documentation for the Connecter Alexis Mousset 2015-03-15 13:36:02 +01:00
  • a6f45b3c15 .as_slice() -> & in function calls Alexis Mousset 2015-03-14 17:30:57 +01:00
  • 658e7937d7 Add tests for Extension and Response Alexis Mousset 2015-03-14 15:38:23 +01:00
  • 1469fc8660 Begin tests for response Alexis Mousset 2015-03-14 00:07:00 +01:00
  • 6c4a59456d Clean macros Alexis Mousset 2015-03-13 23:14:46 +01:00
  • 269bf70a7f Test authentication functions Alexis Mousset 2015-03-13 22:45:59 +01:00
  • 92f1e3a297 Separate low and high level SMTP methods Alexis Mousset 2015-03-13 22:10:29 +01:00
  • e045242ffb Low level commands example Alexis Mousset 2015-03-13 18:40:56 +01:00
  • 24e6eeb9d2 Update to new io and improve reply handling Alexis Mousset 2015-03-13 01:04:38 +01:00
  • 3a86f09475 Fix Email Sender Alexis Mousset 2015-03-04 14:04:08 +01:00
  • 2fa499629d Email builder Alexis Mousset 2015-03-04 11:04:07 +01:00
  • 487f845f85 Builder for the Client Alexis Mousset 2015-03-02 17:25:02 +01:00
  • d262947848 Client internal structures do not need to be public Alexis Mousset 2015-03-02 15:27:50 +01:00
  • 375900b7aa Reorganize common constants Alexis Mousset 2015-03-02 15:22:55 +01:00
  • 22b436d53b Remove un-needed methods Alexis Mousset 2015-03-02 15:16:53 +01:00
  • 156bea5f75 Update documentation Alexis Mousset 2015-03-02 15:00:50 +01:00
  • 5b7a3ad76f Log only in send method Alexis Mousset 2015-03-02 02:14:23 +01:00
  • 428be5146d Improve connection reuse Alexis Mousset 2015-03-02 01:54:16 +01:00
  • b89a83b3be Add CRAM-MD5 AUTH mecanism Alexis Mousset 2015-03-02 01:12:24 +01:00
  • 03aa25a699 Add PLAIN AUTH support Alexis Mousset 2015-03-01 23:18:35 +01:00
  • f9a22af531 Doc formatting Alexis Mousset 2015-03-01 21:34:04 +01:00
  • 168473f445 Update documentation Alexis Mousset 2015-03-01 21:25:17 +01:00
  • 4907ce623a Fix connection reuse in example client Alexis Mousset 2015-03-01 21:09:15 +01:00
  • dcba03b91c Remove support for SIZE extension Alexis Mousset 2015-03-01 20:40:36 +01:00
  • bda0545c25 Remove support for SIZE extension Alexis Mousset 2015-03-01 20:39:11 +01:00
  • 52d6c76565 Remove support for SIZE extension Alexis Mousset 2015-03-01 20:34:12 +01:00
  • 3df13254d5 Generate uuid only if needed Alexis Mousset 2015-03-01 20:28:09 +01:00
  • fa8cd0fb3b Remove uneeded code to simplify the client Alexis Mousset 2015-03-01 20:17:12 +01:00