Skip to content

Releases: mobizt/ESP-Mail-Client

v2.1.0

28 Feb 05:06
Compare
Choose a tag to compare

February 28, 2022

v2.1.0 stable release

Updates:

  • Change files structure.
  • Fixed Arduino IDE compile error.

v2.0.4

21 Feb 01:54
Compare
Choose a tag to compare

February 21, 2022

v2.0.4 stable release

Updates:

  • Fixed ESP32 PSRAM compile guards.
  • Fixed memory allocation error when PSRAM was enabled but not detected.
  • Update examples.
  • Update string class.

v2.0.3

12 Feb 18:24
Compare
Choose a tag to compare

February 13, 2022

v2.0.3 stable release

Updates:

  • Update custom client features.
  • Fixed flash string issue.
  • Fixed blob and nonCopyContent message sending issue.

v2.0.1

02 Feb 16:55
Compare
Choose a tag to compare

February 2, 2022

v2.0.1 stable release

Updates:

  • Add supports more MCUs.
  • Fixed STM32 compilation error.

v2.0.0

01 Feb 05:25
Compare
Choose a tag to compare

February 1, 2022

v2.0.0 stable release

Updates:

  • Add supports custom (external) Clients.
  • Add Supports SdFat.
  • Update IMAP polling features.
  • Update string class.
  • Fixed IMAP attachment headers saving info.
  • Fixed IMAP Quoted Printable encoded message saving data.

v1.6.4

01 Jan 11:38
Compare
Choose a tag to compare

January 1, 2022

v1.6.4 stable release

Updates:

  • Update string class to allow directly conversion from boolean, integer and float to string for string inputs.
  • Update examples.
  • Fixed IMAP TIS620 encoding issue.
  • Fixed IMAP attachment detection from header issue.

v1.6.2

21 Dec 09:59
Compare
Choose a tag to compare

December 21, 2021

v1.6.2 stable release

Updates:

  • Change from pointer to char array or string literal for inputs to MB_String.
  • Update time library.

v1.6.1

01 Dec 09:52
Compare
Choose a tag to compare

December 1, 2021

v1.6.1 stable release

Updates:

  • Update WiFiNINA library v1.8.13 and NINA Firmware v1.4.8 for Atmel's SAMD21 devices with u-blox NINA-W102 WiFi/Bluetooth module.

v1.6.0

23 Nov 07:17
Compare
Choose a tag to compare

November 23, 2021

v1.6.0 stable release

Updates:

  • Add support ESP8266 external virtual RAM (SRAM or PSRAM).

v1.5.10

16 Nov 09:42
Compare
Choose a tag to compare

November 16, 2021

v1.5.10 stable release

Updates:

  • Add support storage file system libraries e.g. SD, SPIFFS, attachable and detachable at compile time.
  • Set the Date header field for SMTP by default when the NTP time was set already.