Skip to content

Releases: mobizt/ESP-Mail-Client

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.

v2.7.6

31 Jan 04:03
Compare
Choose a tag to compare

January 31, 2023

v2.7.6 Stable release

Updates:

  • Fix IMAP Search error handling.

v2.7.5

26 Jan 09:50
Compare
Choose a tag to compare

January 26, 2023

v2.7.5 Stable release

Updates:

  • Improve response reading and content decoding speed.

v2.7.4

24 Jan 09:23
Compare
Choose a tag to compare

January 24, 2023

v2.7.4 Stable release

Updates:

  • Fix ESP32 Core v1.x.x time lib compilation error.

v2.7.3

23 Jan 09:34
Compare
Choose a tag to compare

January 21, 2023

v2.7.3 Stable release

Updates:

  • Fix wdt reset in ESP8266 core v3.1.1 as delay(0) replaced by esp suspend.
  • Fix NTP client issue.
  • Improve network (WiFi) resume task.
  • Add support non-ESP device WiFi resume.
  • Add support NTP time synching for all Arduino devices.
  • Add support SDFS (ESP8266SdFat) filesystem for RP2040/Pico.

v2.7.2

07 Jan 11:54
Compare
Choose a tag to compare

January 7, 2023

v2.7.2 Stable release

Updates:

  • Fix IMAP decoding bugs in v2.7.1.
  • Add built taget for RP2040 Pico.
  • Update to internal SSL client to use BearSSL core library.

v2.7.1

29 Dec 15:41
Compare
Choose a tag to compare

December 29, 2022

v2.7.1 Stable release

Updates:

  • Improve ESP32 internal SSL Client.
  • Internal classes updates.
  • Add support custom config file.

v2.7.0

26 Nov 09:26
Compare
Choose a tag to compare

November 26, 2022

v2.7.0 Stable release

Updates:

  • Add IMAP ACLs, Namespaces Enable and Quota functions.

v2.6.6

24 Nov 12:44
Compare
Choose a tag to compare

November 24, 2022

v2.6.6 Stable release

Updates:

  • Fix IMAP multi-line SASL for non SASL-IR issue.
  • Add IMAP moveMessages functions.

v2.6.5

24 Nov 04:22
Compare
Choose a tag to compare

November 24, 2022

v2.6.5 Stable release

Updates:

  • Fix compilation error when ESP32 SdFat defined.
  • Fix timestamp parsing issue when no weekdays in RFC 2822 date/time string.