Thanks. Changed merged upstream and applied into official `next` branch.
Back to your original issue, I see that TLS handshake goes fine! Both (with and
without TLS) seem to fail to get response of the IMAP server CAPABILITY right
after the poll driver is enabled. So, I wonder if there's a firmware issue with
the poll driver.
Could you test latest offlineimap WIP (`next` branch) with the following
change: in `offlineimap/imaplib2.py` line 1792, change:
```
if hasattr(select_module, "poll"):
```
to
```
if False:
```
Keep indentation as-is.
---
Reply to this email directly or view it on GitHub:
https://github.com/OfflineIMAP/offlineimap/issues/207#issuecomment-147706425
_______________________________________________
OfflineIMAP-project mailing list: [email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project
OfflineIMAP homepages:
- https://github.com/OfflineIMAP
- http://offlineimap.org