Releases: mobizt/ESP-Mail-Client
Releases · mobizt/ESP-Mail-Client
v3.1.11
v3.1.10
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
v3.1.8
v3.1.7
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
v3.1.5
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.