This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janssen
Recipients christian.heimes, dbinger, janssen, vila
Date 2008-02-01.02:53:41
SpamBayes Score 0.0008127583
Marked as misclassified No
Message-id <1201834422.21.0.779362361893.issue1482@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-02-01 02:53:55janssenunlinkissue1482 messages
2008-02-01 02:53:42janssensetspambayes_score: 0.000812758 -> 0.0008127583
recipients: + janssen, christian.heimes, vila, dbinger
2008-02-01 02:53:42janssensetspambayes_score: 0.000812758 -> 0.000812758
messageid: <1201834422.21.0.779362361893.issue1482@psf.upfronthosting.co.za>
2008-02-01 02:53:41janssenlinkissue1482 messages
2008-02-01 02:53:41janssencreate