Skip to content

Releases: mobizt/ESP-Mail-Client

1.0.9

29 Dec 14:22
Compare
Choose a tag to compare

December 29, 2020

v 1.0.9 stable release

Updates:

  • Minor fix on header parsing for some IMAP server.

1.0.8

19 Dec 20:21
Compare
Choose a tag to compare

December 20, 2020

v 1.0.8 stable release

Updates:

  • Add support set seen flag when fetching the message.
  • Add support messages copy and delete.
  • Add support folder creation and delete.
  • Fix the memory bugs.

1.0.7

18 Dec 18:04
Compare
Choose a tag to compare

December 19, 2020

v 1.0.7 stable release

Updates:

  • Fix memory issue in mailbox folder selection.

1.0.6

15 Dec 04:56
Compare
Choose a tag to compare

December 15, 2020

v 1.0.6 stable release

Updates:

  • Fix the string bugs in SMTP base64 response.

1.0.5

15 Dec 01:25
Compare
Choose a tag to compare

December 10, 2020

v 1.0.5 stable release

Updates:

  • ESP32 array index bugs fixed.
  • Set the version to 1.0.5 as in platformio.

1.0.3

08 Dec 15:10
Compare
Choose a tag to compare

December 8, 2020

v 1.0.3 stable release

Updates:

  • ESP32 bugs fixed.

1.0.2

06 Dec 11:43
Compare
Choose a tag to compare

December 6, 2020

v 1.0.2 stable release

Updates:

  • Fix the IMAP session resume issue

1.0.1

06 Dec 04:19
Compare
Choose a tag to compare

December 5, 2020

v 1.0.1 stable release

Updates:

  • Fix the plain connection and authentication.
  • Set the start tls as optional on smtp port 25.
  • Fix possible crash when server close connection.
  • Fix the examples.
  • Fix DSN option.
  • README updates.

1.0.0

03 Dec 19:55
Compare
Choose a tag to compare

December 4, 2020

v 1.0.0 initial release

Updates:

  • Add more options and features from ESP32 Mail Client library .
  • Improve the reliabilities.
  • Support ESP32 and ESP8266
  • Support nested multipart RFC822 messages.