All Versions
17
Latest Version
Avg Release Cycle
150 days
Latest Release
668 days ago

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 from lettre_email to lettre
    • EmailAddress::new() now returns a Result
    • SendableEmail replaces from and to by envelope that returns an Envelope
    • 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 and reset 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
  • 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 the header method instead
  • v0.5.0

    October 22, 2016
  • v0.4.0

    October 22, 2016