All Versions
17
Latest Version
Avg Release Cycle
150 days
Latest Release
978 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.8.0 Changes
March 31, 2018โ Added
- ๐ Support binary files as attachment
- ๐ Move doc to a dedicated website
- โ Add tests for the doc using skeptic
- โ Added a code of conduct
- ๐ Use hostname as
ClientId
when available
๐ Changed
- Detail in SMTP Response is now an enum
- ๐ Use nom for parsing smtp responses
- ๐
Envelope
was moved fromlettre_email
tolettre
EmailAddress::new()
now returns aResult
SendableEmail
replacesfrom
andto
byenvelope
that returns anEnvelope
File
transport storage format has changed
๐ Fixed
- โ Add missing "Bcc" headers when building the email
- Specify utf-8 charset for html
- ๐ Use parts for text and html methods to work with attachments
โ Removed
get_ehlo
andreset
in SmtpTransport are now private
-
v0.7.0 Changes
October 08, 2017โ Added
- ๐ Allow validating server certificate
- ๐ Initial (incomplete) attachments support
๐ Changed
- Split into the lettre and lettre_email crates
- A lot of small improvements
- Use tls-native instead of openssl in smtp transport
-
v0.6.2 Changes
February 18, 2017๐ Changed
- โก๏ธ Update env-logger crate to 0.4
- โก๏ธ Update openssl crate to 0.9
- โก๏ธ Update uuid crate to 0.4
-
v0.6.1 Changes
October 19, 2016๐ Changes
- ๐ documentation
- #91: Build separate docs for each release
- #96: Add complete documentation information to README
๐ Fixed
- #85: Use address-list for "To", "From" etc.
- ๐ #93: Force building tests before coverage computing
- ๐ documentation
-
v0.6.0 Changes
May 05, 2016๐ Changes
- ๐ multipart support
- ๐ add non-consuming methods for Email builders
- ๐
add_header
does not return the builder anymore, for consistency with other methods. Use theheader
method instead
-
v0.5.0
October 22, 2016 -
v0.4.0
October 22, 2016