lettre v0.8.0 Release Notes

Release Date: 2018-03-31 // about 6 years ago
  • โž• 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