Commit Graph

269 Commits

Author SHA1 Message Date
Alexis Mousset 250ed7bcf4 Add SMTPUTF8 support 2015-10-21 23:02:14 +02:00
Alexis Mousset 63d9216df3 Change crate name 2015-10-15 00:03:07 +02:00
Alexis Mousset 54758ebde9 Rename rust-smtp to lettre, add multiple transports support 2015-10-14 23:44:25 +02:00
Alexis Mousset bd67d80d3e Try to authenticate only once 2015-10-12 23:46:12 +02:00
Alexis Mousset a91db14869 Configurable TLS security level 2015-10-12 22:47:53 +02:00
Alexis Mousset b5c6663629 Update AppVeyor configuration 2015-10-12 02:50:53 +02:00
Alexis Mousset 4b4150ed99 Version 0.3.0 2015-10-12 02:20:39 +02:00
Alexis Mousset 5f911dce12 Formatting with rustfmt v0.3.0 2015-10-12 02:19:33 +02:00
Alexis Mousset 47d6870d93 Add STARTTLS support instead of SMTPS 2015-10-12 00:59:39 +02:00
Alexis Mousset 51de392086 Add documentation 2015-10-11 21:21:31 +02:00
Alexis Mousset fefb5f7978 smtps with rust-openssl 2015-10-11 19:56:02 +02:00
Alexis Mousset 5d125bdbdb Format code with rustfmt 2015-10-08 20:12:07 +02:00
Alexis Mousset a1bf0170db Version 0.2.0 v0.2.0 2015-10-06 18:42:35 +02:00
Alexis Mousset 5bedba4b24 Use Tm::rfc822z to support local timezones (workaround for time crate incomplete feature) 2015-10-06 18:42:23 +02:00
Alexis Mousset 813f09a314 v0.1.2 v0.1.2 2015-08-02 22:05:55 +02:00
Alexis Mousset 6a6023431b Add test cases for authentication 2015-08-02 21:24:24 +02:00
Alexis Mousset 7f6aa0ffae Document authentication mecanism configuration 2015-08-02 19:23:29 +02:00
Alexis Mousset 1830f084c0 Let the user configure the authentication mecanisms 2015-08-02 19:12:59 +02:00
Alexis Mousset 49a995f68d Merge branch 'master' of github.com:amousset/rust-smtp 2015-07-23 01:01:43 +02:00
Alexis Mousset 2fd5147a0f Update Cargo.toml information v0.1.1 2015-07-23 01:01:02 +02:00
Alexis Mousset 9c34b5a055 Fix badges formatting 2015-07-23 00:53:10 +02:00
Alexis Mousset 8d60068831 Remove last panics v0.1.0 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 cecc11f74e Prepare 0.1.0 2015-07-15 21:40:19 +02:00
Alexis Mousset 5ecdabbce7 Threads in example client 2015-07-15 20:10:34 +02:00
Alexis Mousset bd4680d793 Remove openssl for now 2015-07-14 23:52:06 +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 e30e96c1ca Refactoring 2015-07-14 22:07:05 +02:00
Alexis Mousset ef8c426cd4 Refactoring 2015-07-14 21:52:55 +02:00
Alexis Mousset 0b7e004ac8 Add an authentication trait 2015-07-14 14:16:17 +02:00
Alexis Mousset 599cf6c313 Add appveyor configuration 2015-07-14 11:27:02 +02:00
Alexis Mousset e6b46faa06 Error management for authentication 2015-07-14 11:18:49 +02:00
Alexis Mousset 75de338409 Add error types 2015-07-14 10:32:12 +02:00
Alexis Mousset 29c9b7661e Rename SmtpError to Error 2015-07-14 01:10:28 +02:00
Alexis Mousset d46bbeebf0 Improve SMTP response parsing 2015-07-08 21:16:41 +02:00
Alexis Mousset ae3fc78e67 Fix coveralls.io badge 2015-07-07 09:31:42 +02:00
Alexis Mousset 26dae6ecbd Preparing 0.0.13 release 2015-07-05 10:26:27 +02:00
Alexis Mousset e855e37182 Add tests on response 2015-06-28 20:46:05 +02:00
Alexis Mousset 3195959de8 rename mailer to email 2015-06-27 16:14:14 +02:00
Alexis Mousset 5b70dccfd3 Fix git url for rust-email 2015-06-27 14:43:30 +02:00
Alexis Mousset 3b78455b22 Add tests for Email 2015-06-27 14:37:13 +02:00
Alexis Mousset cbc9764626 version 0.0.13 v0.0.13 2015-06-27 11:12:19 +02:00
Alexis Mousset 8811b32113 Beginning of rust-email integration 2015-06-27 02:31:24 +02:00
Alexis Mousset 0b185352f8 Fix GH_TOKEN 2015-06-12 23:48:51 +02:00
Alexis Mousset 72390e9bdb Add empty unstable feature 2015-06-12 23:33:01 +02:00
Alexis Mousset 520db5d21d Test to fix travis-cargo 2015-06-12 22:55:22 +02:00
Alexis Mousset bb0c9c5c5c Add travis-cargo to master 2015-06-12 22:17:46 +02:00
Alexis Mousset 262f3b8d93 Merge pull request #18 from nevdelap/master
Add #![feature(buf_stream)] to compile with current nightly.
2015-06-05 14:38:20 +02:00