Skip to content

Releases: stalwartlabs/mail-send

v0.5.2

14 Sep 08:41

Choose a tag to compare

mail-send 0.5.2

  • Add an option to choose the sending IP (#41) (contributed by @pohlm01)

v0.5.1

11 May 14:48

Choose a tag to compare

mail-send 0.5.1

  • Bump mail-parser dependency to 0.11
  • Bump mail-auth dependency to 0.7
  • Bump webpki-roots dependency to 1.0

v0.5.0

26 Jan 14:44

Choose a tag to compare

  • Bump mail-parser dependency to 0.10
  • Bump mail-builder dependency to 0.4
  • Bump mail-auth dependency to 0.6

0.3.2

17 Feb 11:53

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

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

Choose a tag to compare

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

0.2.2

31 Aug 06:55

Choose a tag to compare

  • Bump up to mail-builder v0.2.2

0.2.1

10 Aug 17:28

Choose a tag to compare

  • Fixes to support mail-builder v0.2.1

0.2.0

31 May 09:38

Choose a tag to compare

  • Removed HTTP support.
  • API cleanup.

0.1.0

30 May 14:38

Choose a tag to compare

  • First release.