- Added 'parser
feature for
Message` conversion.
- Improved transparency procedure to also escape .
- Removed
skip-ehlo
feature.
- Updated transparency procedure to escape . as well as . to prevent SMTP smuggling on vulnerable servers.
- Bump
rustls
dependency to 0.22
- Bump
webpki-roots
dependency to 0.26
- Bump
webpki-roots
dependency to 0.25
- Bump
mail-builder
dependency to 0.3
- Bump
rustls
dependency to 0.21
- Fix: Extend buffer from bytes read while reading EHLO (#12).
- Add an impl std::error::Error for mail_send::Error (#11)
- Fix: plain text connect issues (#10).
- Use of generics on TCP streams instead of static dispatch with enums.
- Switch to
mail-auth
for DKIM authentication.
- Fix: Send gets stuck when the message has a binary attachment (#7)
- Bump up to mail-builder v0.2.2
- Fixes to support mail-builder v0.2.1
- Removed HTTP support.
- API cleanup.
- Initial release.