mobizt / ESP-Mail-Client

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.
https://mobizt.github.io/ESP-Mail-Client/
MIT License
200 stars 58 forks source link

Missing file in v3.4.5 (platformio) #296

Closed gsicilia82 closed 1 year ago

gsicilia82 commented 1 year ago

Hi, with latest version, the file "ESP_MAIL_TCPClient.h" is missing in PlatformIO package. Please, can you check your source code?

image

77pixel commented 1 year ago

I took the file from ver 3.4.0, changed the version check as follow (inside the file) VALID_VERSION_CHECK(30405). Now its work.

mobizt commented 1 year ago

@gsicilia82 @77pixel

Thanks for reporting this issue.

I fixed it already and publish the new version, v3.4.6.

Please update.