Skip to content

Releases: mobizt/ESP-Mail-Client

v2.6.3

21 Nov 08:41
Compare
Choose a tag to compare

November 21, 2022

v2.6.3 Stable release

Updates:

  • Update IMAP setFlags, addFlags and removeFlags, copyMessages, and deleteMessages functions
    to support the sequence set (UIDs, message numbers and ranges).
  • Update examples for IMAP.

v2.6.2

17 Nov 09:51
Compare
Choose a tag to compare

November 17, 2022

v2.6.2 Stable release

Updates:

  • Add IMAP renameFolder, getSubscribesMailboxes, subscribe and unsubscribe functions.

v2.6.1

06 Nov 12:13
Compare
Choose a tag to compare

October 20, 2022

v2.6.1 Stable release

Updates:

  • Update string class to support Arduino String concatenation.

v2.6.0

20 Oct 02:54
Compare
Choose a tag to compare

October 20, 2022

v2.6.0 important update

Updates:

  • Fix SMTP multipart message issue.

v2.5.3

01 Oct 11:09
Compare
Choose a tag to compare

October 1, 2022

v2.5.3 stable release

Updates:

  • Fix global session's internal ports list deallocation issue.

v2.5.2

26 Jul 09:24
Compare
Choose a tag to compare

July 26, 2022

v2.5.2 stable release

Updates:

  • Fixed possible memory leaks issue for custom ports list.
  • Set default flash filesystem in config file to LittleFS.
  • Update external Clients examples.

v2.5.1

25 Jul 21:05
Compare
Choose a tag to compare

July 26, 2022

v2.5.1 stable release

Updates:

  • Fixed compilation error in ESP32 Arduino Core SDK v1.0.6 and earlier.

v2.5.0

24 Jul 12:49
Compare
Choose a tag to compare

July 24, 2022

v2.5.0 stable release

Updates:

  • Fixed External Client issues.
  • Update functions to support external Client type.
  • Update SSL Client for ESP8266 and ESP32.
  • Add support custom ports and protocols.

v2.4.8

10 Jul 01:22
Compare
Choose a tag to compare

July 9, 2022

v2.4.8 stable release

Updates:

  • Fixed ESP8266 Ethernet W5100 compilation error.
  • Fixed debug and callback issues.
  • Fixed message search sorting issue.
  • Remove ESPTimeHelper class.
  • Add support SdFat SDIO interface.
  • Add network (WiFi) auto re-connection option.
  • Add ESP8266 W5100 Ethernet options to prevent compilation error in PlatformIO.

v2.4.7

21 Jun 03:50
Compare
Choose a tag to compare

June 20, 2022

v2.4.7 stable release

Updates:

  • Fix IMAP 7bit and 8bit contents hadling.
  • Add support IMAP custom character decoding callback function that allows string decoding based on the charset.
  • Add IMAP Custom Character Decoding example.