Lettre Versions Save

a mailer library for Rust

v0.10.2

1 year ago

Upgrade notes

  • MSRV is now 1.60 (#828)

Features

  • Allow providing a custom tokio stream for AsyncSmtpTransport (#805)
  • Return whole SMTP error message (#821)

Bug fixes

  • Mailbox displays wrongly when containing a comma and a non-ascii char in its name (#827)
  • Require quoted_printable ^0.4.6 in order to fix encoding of tabs and spaces at the end of line (#837)

Misc

  • Increase tracing (#848)
  • Bump idna to 0.3 (#816)
  • Update base64 to 0.21 (#840 and #851)
  • Update rsa to 0.8 (#829 and #852)

v0.10.1

1 year ago

Features

  • Add boring-tls support for SmtpTransport and AsyncSmtpTransport. The latter is only supported with the tokio runtime. (#797) (#798)
  • Make the minimum TLS version configurable. (#799) (#800)

Bug Fixes

  • Ensure connections are closed on abort. (#801)
  • Fix SMTP dot stuffing. (#803)

v0.10.0-rc.1

3 years ago

After more than two years since 0.9 release, we're close to 0.10! 0.10 branch is already widely used and is thought to be more reliable than 0.9, so it should generally be used for new projects.

We'd love to hear your feedback about 0.10 design and APIs before final release!

Start a discussion in the repository, whether for feedback or if you need help or advice using or upgrading lettre 0.10.

v0.10.0-alpha.1

3 years ago

First dev release of the 0.10 branch. Async support is still missing, as well as support for streaming email content.