Re: Bug with imap.gmail.com and getmail TLS validation
Stavros Tsolakos <[email protected]>
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Message-ID | <[email protected]> |
Hi. > Googling for a similar issue has shown me this thread: > https://github.com/OfflineIMAP/offlineimap/issues/573 which suggests > that it's something to do with imaplib2 not supporting TLSv1.3 + SNI. > I guess getmail uses the same lib? Getmail uses imaplib distributed with python. I have tried using imaplib2 when experimenting with compression. It appeared to work with getmail though there were some inexplicable hangs (race conditions perhaps?) so I never used it "in production". So imaplib2 does not seem to be the cause of the problem you mention. Stavros