Alexis Mousset
b7039a7a69
feat(transport-smtp): Change default authentication mecanism default handling
...
Change the default authentication mechanism selection check if the
connection is encrypted, and only test PLAIN when it is the case.
Also make the .authentication_mechnaism only take one mechanism, as
a user will specify it he wants to ensure one particular method will
be used.
Closes #65
2016-05-10 00:12:39 +02:00
David Raifaizen
a8324795e5
style(all): Minor typo/grammar fixes
2016-05-06 22:56:33 -04:00
Alexis Mousset
fd20e90bb5
fix(email): Add required MIME-Version header
...
Add a MIME-Version header to all messages.
2016-05-06 00:33:31 +02:00
Alexis Mousset
2d9ad22102
Improve multipart support
2016-05-05 16:32:42 +02:00
Alexis Mousset
74de004e6c
Add initial multipart support
2016-05-03 23:51:30 +02:00
Lorenz Brun
6ee7fdb3d1
Allow multiple To addresses in SimpleSendableMail
...
Because the struct internally stores a `Vec<String>` it would be nice to be able to construct messages with multiple To addresses.
This is in its current form a breaking API change, so feel free to change the way it's implemented.
2015-12-05 00:10:24 +01:00
Alexis Mousset
40e749a04a
style(formatting): Run rustfmt
2015-10-26 22:51:07 +01:00
Alexis Mousset
d3d7c4b44e
Formatting with rustfmt
2015-10-22 16:53:13 +02:00
Alexis Mousset
54758ebde9
Rename rust-smtp to lettre, add multiple transports support
2015-10-14 23:44:25 +02:00
Alexis Mousset
fc2b715c97
New intermediate email type
2014-12-10 11:51:14 +01:00
Alexis Mousset
3c6bb92b66
Fix doc formatting
2014-12-09 15:53:29 +01:00
Alexis Mousset
2e9011bf37
First tests on email
2014-12-08 00:24:26 +01:00
Alexis Mousset
cc631b30bb
Update documentation and add cc method
2014-12-07 14:52:12 +01:00
Alexis Mousset
334613867d
Update exmaple client with headers
2014-12-07 13:53:50 +01:00
Alexis Mousset
56bceaa47e
email content in progress
2014-12-07 13:03:16 +01:00
Alexis Mousset
6a46f061a3
Fix default type params
2014-12-05 11:11:46 +01:00
Alexis Mousset
9b3f5c2f1c
Begin to work on email content
2014-12-05 00:49:59 +01:00