Mail Send Versions Save

E-mail delivery library for Rust with DKIM support

0.3.2

1 year ago
  • Fix: Extend buffer from bytes read while reading EHLO (#12).
  • Add an impl std::error::Error for mail_send::Error (#11)

0.3.0

1 year ago
  • Use of generics on TCP streams instead of static dispatch with enums.
  • Switch to mail-auth for DKIM authentication.

0.2.3

1 year ago
  • Fix: Send gets stuck when the message has a binary attachment (#7)

0.2.2

1 year ago
  • Bump up to mail-builder v0.2.2

0.2.1

1 year ago
  • Fixes to support mail-builder v0.2.1

0.2.0

2 years ago
  • Removed HTTP support.
  • API cleanup.

0.1.0

2 years ago
  • First release.