Alexis Mousset
8bfc20506c
fix(transport-smtp): Fix transparency codec - 0.9.x ( #628 )
...
Co-authored-by: Paolo Barbolini <paolo@paolo565.org >
2021-05-22 19:58:27 +02:00
Alexis Mousset
d930c42d50
Prepare 0.9.5 release
v0.9.5
2020-11-11 17:39:04 +01:00
Alexis Mousset
1c4a630833
Prepare 0.9.4 release
2020-11-11 17:32:30 +01:00
Alexis Mousset
1738c8e52d
fix(transport-sendmail): Stop argument parsing before destination addresses
2020-11-11 17:28:02 +01:00
Alexis Mousset
2b9e476b17
Merge pull request #421 from Zoruk/v0.9.x-fix-attachment
...
Fix attachment line length
2020-05-06 11:07:22 +02:00
Loïc Haas
44852e42f2
Fix attachment line length
2020-05-06 10:50:36 +02:00
Alexis Mousset
54032b5ce5
fix(builder): lettre_email 0.9.4
v0.9.4
2020-04-21 22:05:54 +02:00
Alexis Mousset
6a40f4a5fe
fix(builder): Go back to email 0.0.20
2020-04-21 22:04:55 +02:00
Alexis Mousset
a468cb3ab8
chore(all): 0.9.3 release
v0.9.3
2020-04-19 10:56:46 +02:00
Alexis Mousset
9b591ff932
chore(all): Fix warnings
2020-04-19 10:24:23 +02:00
Alexis Mousset
eff4e1693f
chore(builder): Update email to 0.0.21
2020-04-19 09:56:31 +02:00
Alexis Mousset
75ab05229a
feat(all): v0.9.2 release
v0.9.2
2019-06-11 19:58:32 +02:00
Alexis Mousset
393ef8dcd1
Simplify header formatting and fix nightly build ( fixes #340 )
2019-06-11 19:48:01 +02:00
Alexis Mousset
ceb57edfdd
Remove failure crate usage ( fixes #331 )
2019-05-06 09:36:10 +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
0a3d51dc25
fix(docs): Use doc root and set custom favicon
2019-05-05 20:15:45 +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
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
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
funkill2
adbd50a6ce
fix(email): Use original "email" crate
2019-01-05 02:07:04 +03:00
Tyler Ruckinger
058fa694f0
fix issue, inserting 'from' from envelope into message headers.
...
add test case to expect failure when there really is no 'from'
2018-12-28 20:13:17 -05:00
Tyler Ruckinger
f64721702f
Add test case
2018-12-28 19:47:48 -05:00
Architekton
a8d8e2ac00
docs(transport-smtp): Gmail transport simple example
2018-11-13 12:50:18 +11:00
Jean-Christophe BEGUE
434654e9af
feat(transport-smtp): SMTP connection pool implementation with r2d2
2018-11-09 16:43:44 +01:00
Marcin Mielniczuk
4a77f587c3
docs(transport-smtp): Improve SmtpClient docs.
...
Mention SmtpClient::new_simple in the docs for SmtpClient::new
2018-10-16 01:44:17 +02:00
Alexis Mousset
c988b1760a
Merge pull request #311 from stammw/master
...
check email validity before creating any new EmailAddress #308
2018-10-03 20:32:23 +02:00
Jean-Christophe BEGUE
e08d4e3ee5
feat(email): check validity for EmailAddress #308
2018-09-22 10:06:45 +02:00
Alexis Mousset
fc91bb6ee8
feat(email): Add In-Reply-To and References headers
2018-09-20 21:45:08 +02:00
Alexis Mousset
ee31bbe9e3
fix(email): Do not include Bcc addresses in headers
2018-09-20 20:20:20 +02:00
Alexis Mousset
0b92881b48
feat(email): Update uuid to 0.7
2018-09-20 20:12:15 +02:00
Alexis Mousset
8bb97e62ca
Update nom to 0.4
2018-09-20 20:09:06 +02:00
Alexis Mousset
8ba1c3a3f7
Merge pull request #303 from tyranron/upgrade-to-native-tls-0-2
...
feat(transport-smtp): Upgrade to 0.2 version of native-tls crate
2018-09-20 19:59:52 +02:00