Skip to content

Releases: mobizt/ESP-Mail-Client

v3.1.0

14 Mar 08:30
Compare
Choose a tag to compare

March 14, 2023

v3.1.0 Stable release

Updates:

  • Fix possible memory leaks.
  • Fix ESP8266 compilation error.
  • Fix IMAP custom command issue.
  • Fix IMAP partial fetch issue in IMAP MIME Data stream callback.
  • Fix IMAP decoding for empty token issue.
  • Fix IMAP TIS-620 decoding issue.
  • Add new download/upload/searching/fetching progress on debug.
  • Update debug information.
  • Add support SMTP sent logs file saving.
  • Add support IMAP ID.
  • Update the IMAP closeFolder function (compatibility breaks)
  • Code optimization.

v3.0.3

04 Mar 21:01
Compare
Choose a tag to compare

March 5, 2023

v3.0.3 Stable release

Updates:

  • Fix ESP32 SPIFFS file upload issue.

v3.0.2

04 Mar 20:05
Compare
Choose a tag to compare

March 3, 2023

v3.0.2 Stable release

Updates:

  • Fix compilation error when disable IMAP/SMTP macroes.
  • Code optimization.

v3.0.1

02 Mar 18:36
Compare
Choose a tag to compare

March 3, 2023

v3.0.1 Essential Release

Updates:

  • Fix memory leaks in TCP client (ESP8266/Raspberry Pi Pico).

v3.0.0

02 Mar 15:37
Compare
Choose a tag to compare

March 2, 2023

v3.0.0 Stable release

Updates:

  • Fix shared pointer to certificated data error in issue #232.
  • Code optimization and Struct data renaming to avoid confusion.
  • Update examples for new Struc data.

v2.8.0

01 Mar 07:47
Compare
Choose a tag to compare

March 2, 2023

v2.8.0 Stable release

Updates:

  • Add support IMAP firmware update via attachments.
  • Fix build target for Arduino Pico platform.

v2.7.11

16 Feb 07:16
Compare
Choose a tag to compare

February 16, 2023

v2.7.11 Stable release

Updates:

  • Fix issue #228 for the capability was not clear when using smtp and imap objects connect to different servers.
  • Fix session closing issue in unauthenticate state.
  • Add IMAP ans SMTP functions for authentication status checking.

v2.7.10

12 Feb 09:00
Compare
Choose a tag to compare

February 9, 2023

v2.7.10 Stable release

Updates:

  • Fix IMAP attachment count status issue when attachment download disabled.
  • Fix issue on ESP32: Ethernet PHY disconnected when calling configTime function.
  • Fix issue on external Client's callback functions checking.
  • Use IMAP partial fetching.
  • SMTP and IMAP one time memory storage checking.

v2.7.9

04 Feb 21:53
Compare
Choose a tag to compare

February 5, 2023

v2.7.9 Stable release

Updates:

  • Fix IMAP header parsing issue.

v2.7.7

04 Feb 07:37
Compare
Choose a tag to compare

February 4, 2023

v2.7.7 Stable release

Updates:

  • Fix missing ESP_MAIL_DEFAULT_SD_FS maro in ESP_Mail_FS.h.
  • Fix ESP32 LittleFS error log issue espressif/arduino-esp32#7615
  • Add missing rp2040 platform in Arduino IDE's library.properties.