Alexis Mousset
50d96ad8df
feat(email): Allow providing a custom message id ( fixes #346 )
2019-06-15 00:35:30 +02:00
Alexis Mousset
e900b59008
feat(all): v0.9.2 release
2019-06-11 20:52:18 +02:00
Alexis Mousset
0313576fe1
fix(all): Add dyn keyword to trait objects
2019-06-11 19:52:35 +02:00
Alexis Mousset
5f75afe05c
feat(all): Improve sendmail transport error handling
2019-06-11 19:40:36 +02:00
Alexis Mousset
0ead3cde09
Simplify header formatting and fix nightly build ( fixes #340 )
2019-05-18 19:33:37 +02:00
Alexis Mousset
4597884d31
fix(docs): Require rust 1.32
2019-05-05 21:14:51 +02:00
Alexis Mousset
2ad5e81e60
Merge branch 'v0.9.x'
2019-05-05 21:01:49 +02:00
Alexis Mousset
cf8f934c56
fix(docs): Broken title syntax in SMTP docs
2019-05-05 21:01:36 +02:00
Alexis Mousset
df949f837e
fix(all): Properly override favicon in docs theme
2019-05-05 20:49:12 +02:00
Alexis Mousset
574afb0c9b
fix(all): Properly override favicon in docs theme
2019-05-05 20:48:43 +02:00
Alexis Mousset
e17c1b8754
fix(all): Broken merge
2019-05-05 20:17:45 +02:00
Alexis Mousset
93066e4ca0
Merge branch 'v0.9.x'
2019-05-05 20:16:09 +02:00
Alexis Mousset
0a3d51dc25
fix(docs): Use doc root and set custom favicon
2019-05-05 20:15:45 +02:00
Alexis Mousset
56b718f04d
Merge branch 'v0.9.x'
2019-05-05 20:09:52 +02:00
Alexis Mousset
4828cf4e92
feat(all): Require rust 1.32
2019-05-05 20:07:38 +02:00
Alexis Mousset
c33de49fbb
feat(all): Move to mdBook for the docs
2019-05-05 19:45:51 +02:00
Alexis Mousset
629b4b0501
feat(all): 0.9.1 release
2019-05-05 18:23:50 +02:00
Alexis Mousset
4f470a2c3f
feat(all): 0.9.1 release
v0.9.1
2019-05-05 18:20:30 +02:00
Alexis Mousset
a0c8fb947c
fix(email): Re-export mime crate
2019-05-05 18:16:05 +02:00
Alexis Mousset
c638650d0a
fix(email): Re-export mime crate
2019-05-05 18:12:02 +02:00
Alexis Mousset
1cbcbbb11f
fix(transport): Correctly use minimum TLS version ( fixes #323 )
2019-05-01 20:28:35 +02:00
Alexis Mousset
c9bd7ed852
fix(Transport): Apply timeout to TCP connection
2019-05-01 18:23:58 +02:00
Alexis Mousset
334ce235ff
fix(all): Formatting and style improvements
2019-04-14 18:21:44 +02:00
Alexis Mousset
10d362f509
fix(doc): Add a test on README example (refs #333 )
2019-04-14 18:03:50 +02:00
Alexis Mousset
2e7bd5708f
fix(doc): Fiw README syntax for 0.9 ( fixes #333 )
2019-04-14 17:57:33 +02:00
Alexis Mousset
cfe4ebf8cb
fix(all): Remove unknown clippy annotations
2019-03-23 19:09:29 +01:00
Alexis Mousset
8f1c9dbec5
Merge branch 'master' of github.com:lettre/lettre
2019-03-23 18:23:21 +01:00
Alexis Mousset
0c055b50d1
feat(all): clippy
2019-03-23 18:22:53 +01:00
Alexis Mousset
139c07ca10
Update README.md
2019-03-23 13:20:40 +00:00
Alexis Mousset
5bb7316722
feat(all): Rust 2018 - fix for 1.31
2019-03-23 14:13:10 +01:00
Alexis Mousset
54f4cfcdab
feat(all): Rust 2018
2019-03-23 13:59:35 +01:00
Alexis Mousset
9db66ce8e8
feat(all): Rust 2018
2019-03-23 13:25:01 +01:00
Alexis Mousset
d5e9ebc0db
fix(all): 2018 compatibility
2019-03-23 12:16:54 +01:00
Alexis Mousset
cabc625009
Remove failure crate usage ( fixes #331 )
2019-03-23 12:04:39 +01:00
Alexis Mousset
101189882a
Prepare 0.9 release
v0.9.0
2019-03-17 13:49:45 +01:00
Alexis Mousset
be50862d55
Fix clippy and formatting
2019-03-17 13:26:14 +01:00
Alexis Mousset
2d4320ea45
Fix clippy and formatting
2019-03-17 13:21:14 +01:00
Alexis Mousset
0444e7833b
feat(email): Uptae dev-dependencies
2019-03-17 12:55:25 +01:00
Alexis Mousset
6997ab7ce4
Merge pull request #316 from marmistrz/SmtpClient
...
Mention SmtpClient::new_simple in the docs for SmtpClient::new
2019-03-17 11:38:12 +00:00
Alexis Mousset
139eb9e67e
Merge pull request #317 from stammw/master
...
feat(transport-smtp): SMTP connection pool implementation with r2d2
2019-03-17 11:37:45 +00:00
Alexis Mousset
917d34210d
Merge pull request #319 from architekton/gmail_example
...
docs(transport-smtp): Gmail transport simple example
2019-03-17 11:37:03 +00:00
Alexis Mousset
ed2730a0a7
Merge pull request #320 from TyPR124/get-from-from-envelope
...
Get 'from' from envelope
2019-03-17 11:36:43 +00:00
Alexis Mousset
81d174d7ed
Merge pull request #321 from funkill/original_email_crate
...
Using orginal email dependency
2019-03-17 11:36:23 +00:00
Alexis Mousset
bdb4f78bd3
Merge branch 'master' into original_email_crate
2019-03-17 11:36:15 +00:00
Alexis Mousset
4a76fbb46c
Merge pull request #324 from cynede/base64
...
Update base64 to ^0.10
2019-03-17 11:35:27 +00:00
Alexis Mousset
52535c4554
Merge pull request #328 from Eijebong/unfork
...
Use the original rust-email instead of the lettre fork
2019-03-17 11:35:17 +00:00
Alexis Mousset
5918803778
Merge pull request #329 from leo-lb/master
...
fix(smtp-transport): Client::read_response infinite loop
2019-03-17 11:34:43 +00:00
leo-lb
72f3cd8f12
fix(smtp-transport): Client::read_response infinite loop
...
I have encountered an issue on Gmail where the server returned an error,
and the code was stuck here looping indefinitely.
This commit fixes the issue.
2019-03-12 01:44:04 +01:00
Bastien Orivel
78ba8007cd
fix(lettre_email): Use the original rust-email
...
The fork is 10 commits behind the original repo, I don't see a point in
using it as the rest of the history is the same
2019-02-24 14:30:41 +01:00
Cynede
e202eafb7f
feat(transport): Update base64 to ^0.10
2019-02-11 18:46:24 +04:00