[issue1482] IMAP4 SSL isn't working

Bill Janssen report at bugs.python.org
Fri Feb 1 03:53:42 CET 2008


Bill Janssen added the comment:

I guess I'll check it in.  There's no effective test case for the
imaplib module, though.  So if it's broken, we won't know.

When I try connecting to my local IMAP server, I get

>>> c = imaplib.IMAP4("127.0.0.1")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/local/python/3k/src/Lib/imaplib.py", line 190, in __init__
    raise self.error(self.welcome)
imaplib.error: b'* OK [CAPABILITY IMAP4rev1 LOGINDISABLED STARTTLS]
UpLib IMAP Server (V4r1) ready.'
>>>

I think this is bug 1210.  However, it is able to connect to an
SSL-protected server (not the one above) and get the same error message,
so I think the SSL patch works.

----------
resolution:  -> fixed
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1482>
__________________________________


More information about the Python-bugs-list mailing list