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
tyranron
644b1e59b0
feat(transport-smtp): Upgrade to 0.2 version of native-tls crate
2018-07-08 10:40:13 +03:00
Alexis Mousset
e225afbec2
Merge pull request #297 from amousset/code-cleanup
...
style(transport): Improve code style
2018-05-31 15:49:20 +02:00
Alexis Mousset
22555f0620
style(transport): Improve code style
2018-05-31 15:49:05 +02:00
Alexis Mousset
c09e3ff8cd
Merge pull request #296 from amousset/failure
...
feat(all): Start using the failure crate for errors
2018-05-31 13:15:14 +02:00
Alexis Mousset
c10fe3db84
feat(all): Start using the failure crate for errors
2018-05-31 13:08:02 +02:00
Alexis Mousset
9d14630552
Merge pull request #295 from amousset/submissions
...
feat(transport): Use submissions port by default
2018-05-31 09:34:42 +02:00
Alexis Mousset
186ad29424
feat(transport): Use submissions port by default
2018-05-31 09:17:08 +02:00
Alexis Mousset
dce8d53310
Merge pull request #293 from amousset/fix-vec-attachment
...
feat(email): Improve attachment methods
2018-05-31 09:02:14 +02:00
Alexis Mousset
c9c82495ce
feat(email): Improve attachment methods
2018-05-31 00:21:14 +02:00
Alexis Mousset
283d45824e
Merge pull request #291 from madmaxio/master
...
Added attachment from a vector of bytes
2018-05-29 23:50:42 +02:00
Alexis Mousset
0ee089fc37
Merge pull request #292 from amousset/clean
...
style(all): Run rustfmt and clippy
2018-05-28 23:55:28 +02:00
Alexis Mousset
7f545301e1
style(all): Run rustfmt and clippy
2018-05-28 23:46:05 +02:00
Баранов Максим Игоревич
ce932c15d6
Added reference to bytes_vec
2018-05-24 10:31:34 +03:00
Maximb
afc23de20f
Added attach_from_vec function to email builder
2018-05-23 14:22:46 +00:00