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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1482> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com