Skip to content

Releases: mobizt/ReadyMail

v0.3.8

26 Dec 16:57

Choose a tag to compare

December 26, 2025

v0.3.8 beta release

Updates:

  • Fix sending static html file issue #31.

v0.3.7

26 Dec 16:10

Choose a tag to compare

December 26, 2025

v0.3.7 beta release

Updates:

  • Fix sending static html file issue #31.

v0.3.6

13 Aug 02:31

Choose a tag to compare

August 13, 2025

v0.3.6 beta release

Updates:

  • Add time source option where to get the timestamp.
  • Update examples.

v0.3.5

24 Jul 06:23

Choose a tag to compare

July 24, 2025

v0.3.5 beta release

Updates:

  • Fix the SMTP response timeout and crash issue for custom QUIT command.

v0.3.4

29 Jun 03:16

Choose a tag to compare

June 29, 2025

v0.3.4 beta release

Updates:

  • Fix the STARTTLS issue when calling SMTPClient::stop() and IMAPClient::stop().
  • Fix client stops causes stuck in await loop.

v0.3.3

09 Jun 23:49

Choose a tag to compare

June 10, 2025

v0.3.3 beta release

Updates:

  • Update the SMTP process debugging.

v0.3.2

07 Jun 22:35

Choose a tag to compare

June 8, 2025

v0.3.2 beta release

Updates:

  • Fix SMTP async sending issue.

v0.3.1

06 Jun 08:24

Choose a tag to compare

June 6, 2025

v0.3.1 beta release

Updates:

  • Fix async operations issue for server connection and authentication.
  • Update async example.

v0.3.0

06 Jun 03:41

Choose a tag to compare

June 6, 2025

v0.3.0 beta release

Updates:

  • Fix SMTP async sending issue #11.
  • Update SMTP SendAsync example.

v0.2.8

29 May 14:49

Choose a tag to compare

May 29, 2025

v0.2.8 beta release

Updates:

  • Fix SMTP compilation issue.