Using IDE 2.2.1
Version of ESP32 Mail Client available in library manager is 2.1.6
Latest version is 3.1.15
Arduino library reference says latest is 3.1.15 here
Why is my IDE showing a very old version?
I have allowed it to update libraries
Using IDE 2.2.1
Version of ESP32 Mail Client available in library manager is 2.1.6
Latest version is 3.1.15
Arduino library reference says latest is 3.1.15 here
Why is my IDE showing a very old version?
I have allowed it to update libraries
Hi @rayzjay
That is the reference page for the "ESP Mail Client", but you are looking at the "ESP32 Mail Client" library in Arduino Library Manager. Despite the similarity of the names, these are two different libraries and this is the reason for the mismatch you are seeing between Library Manager and the reference page. If you search for "ESP Mail Client" in Library Manager, you will find the entry for that library matches the information in the reference.
The "ESP32 Mail Client" library was deprecated years ago in favor of the "ESP Mail Client" library, which provides support for ESP8266 in addition to ESP32.
Ahh, thanks!
Can't believe I didn't spot that.
You are welcome. I was also quite confused at first when I started my investigation of your report and saw the differences in the versions offered in Library Manager vs the reference page. Fortunately I eventually spotted the minor name mismatch.
Regards,
Per
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.