ESP Mail Client Versions Save

The comprehensive Arduino Email Client Library to send and read Email for Arduino devices. The library also supports other network shields or modules e.g., Wi-Fi, Ethernet, and GSM/4G modules.

v3.4.19

1 month ago

April 1, 2024

v3.4.19 stable release

Updates:

  • Set default BearSSL Rx buffer for IMAP to 2k to prevent ESP8266 OOM.

v3.4.18

1 month ago

March 27, 2024

v4.4.18 stable release

Updates:

  • Fix IMAP RFC822 'From' header parsing issue.

v3.4.16

2 months ago

March 1, 2024

v4.4.16 stable release

Updates:

  • Update for internal client.

v3.4.15

6 months ago

November 15, 2023

v3.4.15 stable release

Updates:

  • Add support non-ascii characters (UTF-8) in SMTP message.
  • Fix numeric to string conversion issue in Arduino UNO R4 WiFi.

v3.4.14

8 months ago

September 15, 2023

v4.4.8 stable release

Updates:

  • Fix native Ethernet issue.
  • Fix Ethernet integration issue.
  • Fix filesystem issue.

v3.4.13

8 months ago

September 13, 2023

v3.4.13 stable release

Updates:

  • Fix networkReconnect option compliance issue in Ethernet integration.
  • Add support SSL session resumption for SSL handshake.

v3.4.12

8 months ago

September 12, 2023

v3.4.12 stable release

Updates:

  • Fix some compiler warning treats as error in Arduino IDE.

v3.4.11

8 months ago

September 11, 2023

v3.4.10 stable release

Updates:

  • Fix STM32 and Teensy compilation errors of missing _gettimeofday and IP to string conversion.

v3.4.9

8 months ago

August 28, 2023

v3.4.9 stable release

Updates:

  • Fix NTP time out issue when config.time.ntp_server was not set.

v3.4.8

8 months ago

August 28, 2023

v3.4.8 stable release

Updates:

  • Fix NTP time out issue.
  • Add support timestamp tag in subject or message (SMTP)
  • Update time example.