Commit Graph

55 Commits

Author SHA1 Message Date
Alexis Mousset
d00568cbd6 Add lettre.at link to README 2018-04-01 19:36:55 +02:00
Alexis Mousset
bd752daf85 Prepare 0.8 release 2018-03-31 20:38:40 +02:00
Alexis Mousset
662072e692 fix(builder): Use parts for text and html methods to fix attachment inclusion 2018-03-10 21:16:01 +01:00
Alexis Mousset
f10e4e81d0 feat(all): Move doc to website and test it 2018-01-27 15:44:18 +01:00
Alexis Mousset
2a847c1b3b fix(all): Fix documentation issues 2018-01-15 19:50:47 +01:00
Alexis Mousset
aa9e9dd96e feat(All): Update README and add CoC 2017-12-06 01:08:33 +01:00
Alexis Mousset
44a1c40d41 feat(all): Prepare 0.7.0 release 2017-10-08 17:21:09 +02:00
Alexis Mousset
3216a3f0b9 fix(doc): Update doc and specify the target version 2017-08-20 20:28:34 +02:00
Alexis Mousset
f07fe8687d Codec from tokio smtp (#185)
feat(transport): Allow streaming emails
2017-08-20 00:42:45 +02:00
Alexis Mousset
63f35f78a6 feat(transport): Use serde to serialize email in the file transport 2017-06-17 17:45:49 +02:00
Alexis Mousset
e85c3a4d70 add website 2017-05-25 22:18:31 +02:00
Alexis Mousset
3b4434467a style(all): Split changelogs 2017-05-21 02:27:38 +02:00
Alexis Mousset
1c8b78066f feat(chore): Bump to v0.6.2 2017-02-18 18:45:58 +01:00
Alexis Mousset
0f71490c61 style(all): Improve coding style (using rust-clippy) 2016-10-23 21:08:59 +02:00
Alexis Mousset
d0bf2327e3 docs(all): Change doc links to use docs.rs 2016-10-22 23:36:03 +02:00
Alexis Mousset
53f9bada4c chore(all): Bump to v0.6.1 2016-10-19 23:19:32 +02:00
Alexis Mousset
eac29768ae docs(all): Add complete documentation information to README 2016-10-19 22:23:43 +02:00
Alexis Mousset
8e21de8de3 docs(all): Build seperate docs for each release 2016-10-19 01:37:51 +02:00
Alexis Mousset
da8c733939 Improve doc 2016-03-27 21:06:18 +02:00
Alexis Mousset
2e3f82b98a Add an AppVeyor status 2016-03-20 02:10:25 +01:00
Alexis Mousset
500c4fb39d Update readme for 0.5.0 2015-10-26 21:05:18 +01:00
Alexis Mousset
88b9cfb847 Fix documentation link 2015-10-21 23:16:09 +02:00
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
4b4150ed99 Version 0.3.0 2015-10-12 02:20:39 +02:00
Alexis Mousset
a1bf0170db Version 0.2.0 2015-10-06 18:42:35 +02:00
Alexis Mousset
9c34b5a055 Fix badges formatting 2015-07-23 00:53:10 +02:00
Alexis Mousset
c2506b47fc License modified to MIT only 2015-07-15 22:53:12 +02:00
Alexis Mousset
ae3fc78e67 Fix coveralls.io badge 2015-07-07 09:31:42 +02:00
Alexis Mousset
0b185352f8 Fix GH_TOKEN 2015-06-12 23:48:51 +02:00
Alexis Mousset
8f49ba3b17 add crates.io badge 2015-04-18 23:00:30 +02:00
Alexis Mousset
02a9093bad test beta on travis and bump to 0.0.11 2015-04-04 23:47:21 +02:00
Alexis Mousset
6c4a59456d Clean macros 2015-03-13 23:14:46 +01:00
Alexis Mousset
92f1e3a297 Separate low and high level SMTP methods 2015-03-13 22:10:29 +01:00
Alexis Mousset
487f845f85 Builder for the Client 2015-03-02 17:25:02 +01:00
Alexis Mousset
85fef3c6ad Update README 2015-02-27 20:39:37 +01:00
Alexis Mousset
219ced7c68 Move gitter.im link 2014-12-17 16:09:42 +01:00
The Gitter Badger
a597ea9f97 Added Gitter badge 2014-12-17 15:07:00 +00:00
Alexis Mousset
c21f39e7ca Update documentation and README 2014-12-16 01:10:47 +01:00
Alexis Mousset
fa83916d7d Use cargo run --example for the README example 2014-12-08 02:33:15 +01:00
Alexis Mousset
d37ffb9b1e Update README with the new example client option for subject 2014-12-07 16:13:12 +01:00
Alexis Mousset
2a1961c659 Add documentation 2014-11-14 01:32:18 +01:00
Alexis Mousset
67845bc13c Various changes, client refactoring 2014-11-07 20:25:58 +01:00
Alexis Mousset
96274074bc Move esmtp extensions parsing to the extension module 2014-11-05 17:27:16 +01:00
Alexis Mousset
9272272c24 Code cleanup 2014-11-05 02:39:32 +01:00
Alexis Mousset
f3c5d2ebca Document the example program 2014-11-03 12:01:25 +01:00
Alexis Mousset
1e46ac8600 Fix the link for documentation 2014-10-19 03:15:17 +02:00
Alexis Mousset
cc17e275c8 Add client code and reorganize sources 2014-10-19 03:02:37 +02:00
Alexis Mousset
d427510d85 Fix travis configuration 2014-10-14 16:03:57 +02:00