Closed AustinFoss closed 11 months ago
Gmail does not support port 143 for IMAP, only 993 was supported.
Arduino UNO R4 WiFi has limited memory, and the stack overflow error can be occurred when connecting to IMAP server because the large memory allocation (16k+) required in BearSSL
for full frame SSL supports.
Build tool used:
Board used (ESP32/ESP8266/Arudino):
Other Libraries That are used:
None
Description of problem: When trying to get familiar with this library using my R4 I'm unable to get past the first hurdle, connecting to an IMAP server, in this case Gmail. For instance I went and copied the code from
examples/IMAP/Get_Quota
into a fresh sketch:Share code snippet to reproduce the issue:
Additional information and things you've tried: I've switched things up by changing the port from 993 to 143, google's app password is 16 characters in 4 chunks separated by spaces and so I've tried with and without spaces, tried my normal log in password as well, yes 2FA is activated for my gmail account and so is IMAP.
The output in the console from
imap.debug(1);
looks like: