Alexis Mousset
b24c0a367d
Merge branch 'v0.8.x' into v0.8.x
2018-09-20 20:13:25 +02:00
Alexis Mousset
e0637c9ed4
Merge pull request #307 from sameer/v0.8.x
...
fix(transport-smtp) Use nom 4.0 to fix build errors in #298
2018-09-12 10:25:43 +02:00
Jarred Nicholls
6c3de0e85b
fix(transport-smtp): Use nom 4.0 to fix build errors in #298
2018-08-14 17:42:26 -04:00
Kevin Per
692f8a5346
Add Reference and In-Reply-To to the email header.
...
This is patch makes it possible to answer emails in reference to their parents and therefore it is possible for gmail to group them.
The `Reply-To` header attribute alone didn't work.
2018-07-05 22:37:37 +02:00
Alexis Mousset
60f06f1682
docs(all): Add an example of custom tls settings
2018-05-20 13:28:47 +02:00
Alexis Mousset
29b130c919
docs(all): README should not use external crates
2018-05-20 00:04:28 +02:00
Alexis Mousset
247dc0dc16
Merge pull request #277 from amousset/v0.8.x
...
Prepare 0.8.2
v0.8.2
2018-05-04 00:05:03 +02:00
Alexis Mousset
19d32e7574
Build doc from v0.8.x branch
2018-05-03 23:52:33 +02:00
Alexis Mousset
85c8472314
Prepare 0.8.2 release
2018-05-03 23:51:16 +02:00
dimlev
cc3580a894
fix(transport): Write timeout is not set in smtp transport
2018-05-03 23:48:27 +02:00
Alexis Mousset
0cf018a85e
feat(transport): Use md-5 and hmac instead of rust-crypto
...
RustCrypto is not supported anymore, and this avoids
compiling useless code.
2018-05-03 23:47:16 +02:00
Alexis Mousset
57bbabaa6a
feat(all): Add set -xe option to build scripts
2018-05-03 23:47:16 +02:00
Alexis Mousset
4122e5b84c
Update .travis.yml
2018-05-03 23:47:16 +02:00
Alexis Mousset
a0732b5e31
Update .travis.yml
2018-05-03 23:47:16 +02:00
Alexis Mousset
7223929b05
Update .travis.yml
2018-05-03 23:47:16 +02:00
Alexis Mousset
95a0438165
Update .travis.yml
2018-05-03 23:47:16 +02:00
Alexis Mousset
5c26d6ea67
Update .travis.yml
2018-05-03 23:47:16 +02:00
Alexis Mousset
3177b58c6d
feat(all): Move post-success scripts to separate files
2018-05-03 23:47:16 +02:00
Alexis Mousset
360c42ffb8
style(all): Fix typos
2018-05-03 23:47:16 +02:00
Alexis Mousset
3c76d5ac68
Update .travis.yml
2018-05-03 23:47:16 +02:00
Alexis Mousset
f589f3006d
Update .travis.yml
2018-05-03 23:47:16 +02:00
Alexis Mousset
a5294df637
feat(all): Add website upload to travis build script
2018-05-03 23:47:16 +02:00
Alexis Mousset
7a9b99f89a
Remove doc redirect to lettre.at
2018-05-03 23:47:16 +02:00
Alexis Mousset
b4eaa91b4f
Delete CNAME
2018-05-03 23:47:16 +02:00
Alexis Mousset
a03bfa0085
feat(all): Add codecov upload in travis
2018-05-03 23:47:16 +02:00
Alexis Mousset
1ebbe660f5
feat(all): Update README to put useful links at the top
2018-05-03 23:47:16 +02:00
Alexis Mousset
f7ee5c427a
feat(all): Update badges in README and Cargo.toml
2018-05-03 23:46:10 +02:00
Alexis Mousset
5f2be2b73e
Create CNAME
2018-05-03 23:46:10 +02:00
Alexis Mousset
27935e32ef
feat(all): Move docs from hugo to gitbook
...
Also move generated html to the lettre.github.io repo
2018-05-03 23:46:10 +02:00
Alexis Mousset
73d823c8ca
Merge pull request #255 from amousset/prepare-0.8.1
...
Prepare 0.8.1
v0.8.1
2018-04-11 23:36:46 +02:00
Alexis Mousset
d45ee40f4a
fix(all): No cache on build folders
2018-04-11 23:28:03 +02:00
Alexis Mousset
e295c5db5e
Prepare 0.8.1 release
2018-04-11 22:54:29 +02:00
Alexis Mousset
a3d6722e7e
Merge pull request #253 from Eijebong/skeptic
...
tests: Replace skeptic by some custom logic code and rustdoc calls
2018-04-11 22:09:52 +02:00
Bastien Orivel
fd56ec8877
test(lettre_email): Replace skeptic by some custom rustdoc invocations
2018-04-11 22:00:52 +02:00
Bastien Orivel
81bad13175
test(lettre): Replace skeptic by some custom rustdoc invocations
...
Unfortunately skeptic pulls all its dependencies in projects using
lettre (see https://github.com/budziq/rust-skeptic/issues/60 ).
2018-04-11 22:00:20 +02:00
Alexis Mousset
27c8e206cf
Merge pull request #252 from amousset/add-changelog-sections
...
docs(all): Add changelog sections for style and docs
2018-04-08 15:14:45 +02:00
Alexis Mousset
b4d03ead8c
docs(all): Add changelog sections for style and docs
2018-04-08 14:56:19 +02:00
Alexis Mousset
d692a9488f
Merge pull request #251 from amousset/avoid-empty-format-strings
...
style(transport-smtp): Avoid useless empty format strings
2018-04-08 14:46:47 +02:00
Alexis Mousset
f3271715ec
style(transport-smtp): Avoid useless empty format strings
2018-04-08 14:31:50 +02:00
Alexis Mousset
ee51cf7454
Merge pull request #250 from amousset/formal-changelog
...
Use clog to generate changelogs
2018-04-08 14:23:23 +02:00
Alexis Mousset
8981a7758c
docs(all): Use clog to generate changelogs
...
Changelog will be unique, and generated from commit
messages using clog-cli.
Commit message should follow guidelines in CONTRIBUTING.md,
and GitCop has been (re)enabled.
Fixes #233 .
2018-04-08 13:58:09 +02:00
Alexis Mousset
b91cb0770d
Update contact email
2018-04-01 19:41:51 +02:00
Alexis Mousset
0cff889ace
Merge pull request #247 from amousset/improve-readme
...
Add lettre.at link to README
2018-04-01 19:37:23 +02:00
Alexis Mousset
d00568cbd6
Add lettre.at link to README
2018-04-01 19:36:55 +02:00
Alexis Mousset
32cace1252
Merge pull request #246 from amousset/fix-base-url
...
Fix site base url
2018-04-01 19:29:32 +02:00
Alexis Mousset
a86cc3328e
Fix site base url
2018-04-01 19:28:54 +02:00
Alexis Mousset
b51b2843f4
Create CNAME
2018-04-01 17:58:49 +02:00
Alexis Mousset
91a17ae281
Merge pull request #243 from amousset/prepare-0-8
...
Prepare 0.8 release
v0.8.0
2018-03-31 21:11:13 +02:00
Alexis Mousset
bd752daf85
Prepare 0.8 release
2018-03-31 20:38:40 +02:00
Alexis Mousset
ed01efd890
Merge pull request #242 from amousset/more-lints
...
feat(all): Add more compiler lints
2018-03-31 20:00:12 +02:00