Open
Description
I already submitted this bug to the Debian bugtracker (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899102).
Apparently, connection to an IMAP host fails on at least armhf platforms (such as Raspberry Pi):
>>> import imaplib2 >>> c=imaplib2.IMAP4('imap.strato.de') 26:45.17 imap.strato.de reader last 20 log messages: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/imaplib2.py", line 400, in __init__ self.welcome = self._request_push(name='welcome', tag='continuation').get_response('IMAP4 protocol error: %s')[1] TypeError: 'NoneType' object is not subscriptable
The same sequence of commands works like a charm on amd64. I tested both, 2.55 and 2.57.
Thank you for your help!
Metadata
Assignees
Labels
No labels
Activity