Commit Graph

444 Commits

Author SHA1 Message Date
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
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
Alexis Mousset
747d8cabc5 Merge pull request #94 from ConnyOnny/master
feat(email): support for a custom envelope
2016-10-22 19:28:43 +02:00
Constantin Berhard
b415edcfe0 refactor(email): requested changes for PR #94
renamed variables meaningfully
return more errors in email building
modified some comments

PR #94
2016-10-22 18:11:35 +02:00
Constantin
0b01211a34 Merge branch 'master' into master 2016-10-22 12:02:22 +02:00
Lars Reichardt
13ee61d5cf test(transport): add sendmail transport test 2016-10-21 15:54:53 +02:00
Lars Reichardt
a302df61d4 feat(transport): add sendmail transport 2016-10-21 14:22:47 +02:00
Alexis Mousset
5be0f86c83 Merge pull request #97 from amousset/bump-to-0.6.1
chore(all): Bump to v0.6.1
2016-10-19 23:24:58 +02:00
Alexis Mousset
53f9bada4c chore(all): Bump to v0.6.1 v0.6.1 2016-10-19 23:19:32 +02:00
Alexis Mousset
ce7d55ffa8 Merge pull request #96 from amousset/master
docs(all): Add complete documentation information to README
2016-10-19 22:32:07 +02:00
Alexis Mousset
a6ea43a842 Merge branch 'master' into master 2016-10-19 22:24:52 +02:00
Alexis Mousset
eac29768ae docs(all): Add complete documentation information to README 2016-10-19 22:23:43 +02:00
Constantin Berhard
7788498762 feat(email): support for a custom envelope
The EmailBuilder now has a function to add a preconfigured envelope,
overriding the auto generated one.

fixes #84
2016-10-19 13:00:41 +02:00
Alexis Mousset
d944aed9d3 Merge pull request #93 from amousset/master
docs(all): Force building tests before coverage computing
2016-10-19 02:33:33 +02:00
Alexis Mousset
67318ac759 docs(all): Force building tests before coverage computing 2016-10-19 02:26:25 +02:00
Alexis Mousset
90999bfc24 Merge pull request #92 from amousset/improve-doc-build
docs(all): Fix token name
2016-10-19 02:05:36 +02:00