Skip to content

Releases: mobizt/ESP-Mail-Client

v1.1.6

16 Apr 03:38
Compare
Choose a tag to compare

April 16, 2021

v1.1.6 stable release

Updates:

  • Allow the SD_MMC card config and compilation errors.
  • Fix the loop issues.

v1.1.5

31 Mar 16:52
Compare
Choose a tag to compare

March 31, 2021

v1.1.5 stable release

Updates:

  • Fix the ESP32 Ethernet issue.
  • Add ESP32 usage with LAN8720 Ethernet example.

v1.1.4

28 Mar 14:27
Compare
Choose a tag to compare

March 28, 2021

v1.1.4 stable release

Updates:

  • Update the example description for the string literal usages.

1.1.3

17 Mar 01:27
Compare
Choose a tag to compare

March 17, 2021

v 1.1.3 stable release

Updates:

  • Fix the wrong library version printed in the debug message since v1.0.8.

1.1.2

16 Mar 15:13
Compare
Choose a tag to compare

March 16, 2021

v 1.1.2 stable release

Updates:

  • Fix IMAP's mailbox closing timed out.
  • Add format flash config if mount failed.

1.1.1

13 Mar 18:07
Compare
Choose a tag to compare

March 14, 2021

v 1.1.1 stable release

Updates:

  • Fix the SSL client version checking issue for ESP32 insecure mode.

1.1.0

09 Mar 09:01
Compare
Choose a tag to compare

March 9, 2021

v 1.1.0 stable release

Updates:

  • Fix the wrong content transfer encoding treat when upload the flash and SD binary attachments.
  • Update the ESP32 internal TCP client for more stable and faster file upload.

1.0.15

06 Mar 19:51
Compare
Choose a tag to compare

March 7, 2021

v 1.0.15 stable release

Updates:

  • Add support SMTP message content from blob and flash and SD files.
  • Allow the file systems configuration in ESP_Mail_FS.h.

1.0.13

11 Jan 03:03
Compare
Choose a tag to compare

January 11, 2021

v 1.0.13 stable release

Updates:

  • Fix the IMAP search termination checking #15.
  • Fix the IMAP startTLS consequence commands

1.0.12

08 Jan 05:53
Compare
Choose a tag to compare

January 8, 2021

v 1.0.12 stable release

Updates:

  • Allow no SMTP Authentication.