Commit Graph

458 Commits

Author SHA1 Message Date
Alexis Mousset
cb15e32454 Merge pull request #132 from amousset/master
Add website
2017-05-25 22:24:36 +02:00
Alexis Mousset
e85c3a4d70 add website 2017-05-25 22:18:31 +02:00
Alexis Mousset
ea99f66a5e Merge pull request #131 from callahad/error-typo
Fix typo in error string
2017-05-25 09:49:35 +02:00
Dan Callahan
6757fadee3 Fix typo in error string 2017-05-24 21:52:49 -05:00
Alexis Mousset
843f6b9a39 Merge pull request #130 from amousset/style
style(all): Run clippy without errors
2017-05-21 13:26:26 +02:00
Alexis Mousset
aa7a6dfcac Merge branch 'master' into style 2017-05-21 13:10:01 +02:00
Alexis Mousset
73c5630634 style(all): Run clippy without errors 2017-05-21 13:09:31 +02:00
Alexis Mousset
9fe4d4ad84 Merge pull request #129 from amousset/master
style(all): Split changelogs
2017-05-21 09:45:10 +02:00
Alexis Mousset
3b4434467a style(all): Split changelogs 2017-05-21 02:27:38 +02:00
Alexis Mousset
e50f287598 Merge pull request #128 from amousset/split-crates-transport
Split crates
2017-05-21 01:26:52 +02:00
Alexis Mousset
ae640da631 refactor(all): split email and transport into different crates 2017-05-21 00:59:39 +02:00
Alexis Mousset
87aa3ca701 Merge pull request #127 from mpietrzak/master
feat(all): Allow uuid 0.4 and 0.5 in dependencies.
2017-05-19 23:14:52 +02:00
Alexis Mousset
12ecad34ba Merge branch 'master' into master 2017-05-19 23:04:44 +02:00
Alexis Mousset
11a983f078 Merge pull request #125 from chills42/no-more-rustc-serialize
refactor(transport-smtp): migrate away from rustc-serialize
2017-05-19 23:03:14 +02:00
Alexis Mousset
332e05278c Merge branch 'master' into no-more-rustc-serialize 2017-05-19 22:54:09 +02:00
Alexis Mousset
9942acf8ff Merge pull request #126 from amousset/master
style(all): Fix tests on travis
2017-05-19 22:53:57 +02:00
Alexis Mousset
66c214c2b7 style(all): Fix tests on some platforms 2017-05-19 22:47:22 +02:00
Craig Hills
dfa01dbb7a remove rustc-serialize dependency 2017-05-19 11:49:32 -04:00
Maciej Pietrzak
9e2f0af9a6 feat(all): Allow uuid 0.4 and 0.5 in dependencies. 2017-05-03 12:57:18 +02:00
Craig Hills
3178db04e2 refactor(transport-smtp): migrate away from rustc-serialize
This drops the deprecated rustc-serialize dependency in favor of the
base64 and hex crates.
2017-04-26 21:43:26 -04:00
Alexis Mousset
4f41eef936 Merge pull request #123 from amousset/disallow-unencrypted-by-default
feat(transport-smtp): Disallow unencrypted connection by default
2017-03-26 22:54:29 +02:00
Alexis Mousset
8069b9e9ae feat(transport-smtp): Disallow unencrypted connection by default
By default, do not silently use unencrypted transport.
2017-03-26 22:34:49 +02:00
Alexis Mousset
4d879dabba Merge pull request #122 from amousset/add-login-auth
feat(transport-smtp): Add support for LOGIN auth mechanism
2017-03-26 22:00:42 +02:00
Alexis Mousset
20f6c5db3f feat(transport-smtp): Add support for LOGIN auth mechanism 2017-03-26 21:54:28 +02:00
Alexis Mousset
9953820174 Merge pull request #120 from amousset/changelog-0.6.2
feat(chore): Bump to v0.6.2
2017-02-18 18:53:09 +01:00
Alexis Mousset
1c8b78066f feat(chore): Bump to v0.6.2 2017-02-18 18:45:58 +01:00
Alexis Mousset
4d3e51d115 Merge pull request #118 from amousset/update-uuid
feat(all) Update uuid crate to 0.4
2017-02-18 18:07:20 +01:00
Alexis Mousset
4fc73cdde0 feat(all): Update uuid crate to 0.4 2017-02-18 17:58:40 +01:00
Alexis Mousset
caeb6b807c Merge pull request #116 from amousset/master
feat(email): Use Enveloppe directly
2017-02-18 17:54:30 +01:00
Alexis Mousset
315e248d63 feat(all): Update env_logger 2017-02-12 23:40:21 +01:00
Alexis Mousset
e068c2d41f feat(email): Use Enveloppe directly 2017-02-12 23:39:27 +01:00
Alexis Mousset
0488e3f943 Merge pull request #112 from amousset/zsck-master
feat(transport): Upgrade to OpenSSL ^0.9
2017-01-01 13:08:26 +01:00
Zack Mullaly
2ed25fdbb4 feat(transport): Upgrade to OpenSSL ^0.9 2017-01-01 13:02:10 +01:00
Alexis Mousset
90b00ae4ff Merge pull request #107 from amousset/stream-timeout
feat(transport-smtp): Add timeout suppor to SMTP transport
2016-11-06 22:20:49 +01:00
Alexis Mousset
bd8b1265c4 feat(transport-smtp): Add timeout suppor to SMTP transport
Fixes #106
2016-11-06 22:10:46 +01:00
Alexis Mousset
f8f024ae7c Merge pull request #105 from amousset/style-improvement
style(all): Improve coding style (using rust-clippy)
2016-10-23 21:14:38 +02:00
Alexis Mousset
0f71490c61 style(all): Improve coding style (using rust-clippy) 2016-10-23 21:08:59 +02:00
Alexis Mousset
6fe2ef679b Merge pull request #104 from amousset/sendmail
test(transport): add sendmail transport
2016-10-23 20:57:43 +02:00
Alexis Mousset
73e7aa3639 test(transport): add sendmail transport 2016-10-23 20:50:30 +02:00
Alexis Mousset
cc6ca7633d Merge branch 'sendmail' of https://github.com/paradoxix/lettre 2016-10-23 18:37:19 +02:00
Alexis Mousset
64d2f2e81c Merge pull request #103 from amousset/improve-api
style(all): Incompatible improvements in API
2016-10-23 18:19:11 +02:00
Alexis Mousset
e572892a48 Merge branch 'master' into improve-api 2016-10-23 17:19:20 +02:00
Alexis Mousset
3b4f4a739e style(all): Incompatible improvements in API 2016-10-23 17:16:54 +02:00
Alexis Mousset
8400e47cfc Merge pull request #101 from amousset/add-examples
docs(all): Add an example for simple builder usage and smtp transport
2016-10-23 12:58:29 +02:00
Alexis Mousset
b7cb4e88c4 Merge branch 'master' into add-examples 2016-10-23 12:41:30 +02:00
Alexis Mousset
73c957e350 docs(all): Add an example for simple builder usage and smtp transport 2016-10-23 12:37:30 +02:00
Alexis Mousset
783918a403 Merge pull request #100 from amousset/use-docsrs-links-for-doc
docs(all): Change doc links to use docs.rs
2016-10-22 23:44:40 +02:00
Alexis Mousset
d0bf2327e3 docs(all): Change doc links to use docs.rs 2016-10-22 23:36:03 +02:00
Alexis Mousset
e63730d960 Merge pull request #99 from stephank/master
Implement basic traits for SecurityLevel.
2016-10-22 19:42:44 +02:00
Stéphan Kochen
d50bb404b9 feat(transport-smtp): Add derives to SecurityLevel 2016-10-22 19:32:22 +02:00