From af0d684c15b234413599add069bba0d62c59511f Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 2 Jul 2023 16:05:27 +0700 Subject: [PATCH] Fix some IMAP and SMTP issues. --- src/ESP_Mail_IMAP.h | 2 +- src/ESP_Mail_SMTP.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ESP_Mail_IMAP.h b/src/ESP_Mail_IMAP.h index 3507d551..785f8540 100644 --- a/src/ESP_Mail_IMAP.h +++ b/src/ESP_Mail_IMAP.h @@ -10,7 +10,7 @@ /** * Mail Client Arduino Library for Espressif's ESP32 and ESP8266, Raspberry Pi RP2040 Pico, and SAMD21 with u-blox NINA-W102 WiFi/Bluetooth module * - * Created June 17, 2023 + * Created July 2, 2023 * * This library allows Espressif's ESP32, ESP8266, SAMD and RP2040 Pico devices to send and read Email through the SMTP and IMAP servers. * diff --git a/src/ESP_Mail_SMTP.h b/src/ESP_Mail_SMTP.h index 93748ce7..eaa86efa 100644 --- a/src/ESP_Mail_SMTP.h +++ b/src/ESP_Mail_SMTP.h @@ -10,7 +10,7 @@ /** * Mail Client Arduino Library for Espressif's ESP32 and ESP8266, Raspberry Pi RP2040 Pico, and SAMD21 with u-blox NINA-W102 WiFi/Bluetooth module * - * Created June 17, 2023 + * Created July 2, 2023 * * This library allows Espressif's ESP32, ESP8266, SAMD and RP2040 Pico devices to send and read Email through the SMTP and IMAP servers. *