Skip to content

Releases: stalwartlabs/mail-send

0.3.2

17 Feb 11:53
Compare
Choose a tag to compare
  • Fix: Extend buffer from bytes read while reading EHLO (#12).
  • Add an impl std::error::Error for mail_send::Error (#11)

0.3.0

27 Jan 16:16
Compare
Choose a tag to compare
  • Use of generics on TCP streams instead of static dispatch with enums.
  • Switch to mail-auth for DKIM authentication.

0.2.3

21 Sep 11:46
Compare
Choose a tag to compare
  • Fix: Send gets stuck when the message has a binary attachment (#7)

0.2.2

31 Aug 06:55
Compare
Choose a tag to compare
  • Bump up to mail-builder v0.2.2

0.2.1

10 Aug 17:28
Compare
Choose a tag to compare
  • Fixes to support mail-builder v0.2.1

0.2.0

31 May 09:38
Compare
Choose a tag to compare
  • Removed HTTP support.
  • API cleanup.

0.1.0

30 May 14:38
Compare
Choose a tag to compare
  • First release.