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
Alexis Mousset
088db45e41
feat(all): Add more compiler lints
2018-03-31 19:36:51 +02:00
Alexis Mousset
955a453df9
Merge pull request #241 from amousset/add-serde-impls
...
feat(transport): Add serde derive when possible
2018-03-31 17:49:14 +02:00
Alexis Mousset
71eda4b174
feat(transport): Add serde derive when possible
2018-03-31 17:30:36 +02:00
Alexis Mousset
d283254b1a
Merge pull request #239 from amousset/move-envelope-lettre
...
feat(all): Move Envelope from lettre_email to lettre
2018-03-31 16:38:40 +02:00
Alexis Mousset
f3f963c6a5
feat(all): Move Envelope from lettre_email to lettre
2018-03-31 16:25:33 +02:00
Alexis Mousset
bef45c48f7
Merge pull request #237 from amousset/fix-style
...
style(all): rustfmt and clippy
2018-03-20 11:03:40 +01:00
Alexis Mousset
e024806402
style(all): rustfmt and clippy
2018-03-20 10:44:41 +01:00
Alexis Mousset
d7a8574464
Merge pull request #236 from amousset/prepare-0-8
...
Prepare changelog for 0.8
2018-03-11 15:39:54 +01:00
Alexis Mousset
9b22f5867e
Prepare changelog for 0.8
2018-03-11 15:25:26 +01:00