Skip to content

Releases: mobizt/ESP-Mail-Client

v3.1.11

17 Jun 11:39
Compare
Choose a tag to compare

June 17, 2023

v3.1.11 stable release

Updates:

  • Fix time compilation issue for some platforms.
  • Add support TCP KeepAlive for internal Client for ESP32 and ESP8266.
  • Reduce program space when no filesystems were used.

v3.1.10

15 Apr 04:20
Compare
Choose a tag to compare

April 15, 2023

v3.1.10 important release

Updates:

  • Fix issue due to code optimization causes exception error since v3.1.0.
  • Fix IMAP IDLE was not re-initiated when server drops the connection and
    IDLE capability was checked before session opening.
  • Add support IMAP CONDSTORE extension (rfc7162).
  • Update IMAP mailbox info.
  • Code optimization.

v3.1.9

06 Apr 13:30
Compare
Choose a tag to compare

April 6, 2023

v3.1.9 important release

Updates:

  • Fix SMTP Auth capability parsing issue since v3.
  • Fix some SMTP server login issue since v3.
  • Add SMTP statusMessage function.
  • Add support SMTP forwarding.

v3.1.8

06 Apr 06:16
Compare
Choose a tag to compare

April 6, 2023

v3.1.8 Stable release

Updates:

  • Fix SMTP return status code.

v3.1.7

03 Apr 05:05
Compare
Choose a tag to compare

April 2, 2023

v3.1.7 Stable release

Updates:

  • Add errorCode (operating error codes) and SMTP statusCode functions.
  • Update SMTP_Response for naming competency (custom command examples compatibility breaking).
  • Update examples for error debug printing.
  • Fix SMTP date printing issue in sending result.

v3.1.6

31 Mar 16:52
Compare
Choose a tag to compare

March 31, 2023

v3.1.6 Stable release

Updates:

  • Fix non-Auth log out issue.
  • Fix example error.

v3.1.5

30 Mar 04:04
Compare
Choose a tag to compare

March 30, 2023

v3.1.5 Stable release

Updates:

  • Fix possible memory leaks issue #249 in SMTP class due to SSL client memory was not released in case network connection drops after server was successfully connected and the session was kept open to reuse.
  • Fix invalid error message when NTP server connection timed out exit during server connection stage.
  • Fix invalid time error to cause connection termination.

v3.1.4

28 Mar 04:30
Compare
Choose a tag to compare

March 28, 2023

v3.1.4 Stable release

Updates:

  • Prevent mixed versions compilation.
  • Add loginWithPassword and loginWithAccessToken functions and login option in connect functions.
  • Add isLoggedIn function.

v3.1.3

22 Mar 13:58
Compare
Choose a tag to compare

March 22, 2023

v3.1.3 Stable release

Updates:

  • Fix IMAP getFlag function issue.
  • Add built options for NTP and error string enable/disable.
  • Remove time synching debug message when time is already set.

v3.1.2

21 Mar 08:55
Compare
Choose a tag to compare

March 21, 2023

v3.1.2 Stable release

Updates:

  • Fix SSL client issue.
  • Prevent error when session config defined locally.
  • Add support silent mode.