[issue1482] IMAP4 SSL isn't working

2008-01-31 Thread Bill Janssen
Changes by Bill Janssen: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python

[issue1482] IMAP4 SSL isn't working

2008-01-31 Thread Bill Janssen
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 "", line

[issue1482] IMAP4 SSL isn't working

2008-01-31 Thread Bill Janssen
Bill Janssen added the comment: I've committed the patch. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1482] IMAP4 SSL isn't working

2008-01-31 Thread Bill Janssen
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 "", line

[issue1482] IMAP4 SSL isn't working

2008-01-31 Thread David Binger
David Binger added the comment: On Jan 31, 2008, at 12:42 PM, Bill Janssen wrote: > > Bill Janssen added the comment: > > But that's issue 1210, which is still open. David, do you want to > submit a patch for 1210? I see that you are correct that 1210 is the bytes/str issue. I regret it, but I

[issue1482] IMAP4 SSL isn't working

2008-01-31 Thread Bill Janssen
Bill Janssen added the comment: But that's issue 1210, which is still open. David, do you want to submit a patch for 1210? Meanwhile, do we still need this issue to be open? __ Tracker <[EMAIL PROTECTED]> __

[issue1482] IMAP4 SSL isn't working

2008-01-31 Thread David Binger
David Binger added the comment: Bill's patch does appear to fix the ssl-related problem. imaplib is still broken in py3k, though, due to bytes/str issues. -- nosy: +dbinger __ Tracker <[EMAIL PROTECTED]> ___

[issue1482] IMAP4 SSL isn't working

2008-01-05 Thread vila
Changes by vila: -- nosy: +vila __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailma

[issue1482] IMAP4 SSL isn't working

2007-12-10 Thread Bill Janssen
Bill Janssen added the comment: Here's a fix for the 3K branch. Added file: http://bugs.python.org/file8921/b __ Tracker <[EMAIL PROTECTED]> __ b Description: Binary data

[issue1482] IMAP4 SSL isn't working

2007-12-10 Thread Bill Janssen
Changes by Bill Janssen: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1482] IMAP4 SSL isn't working

2007-12-10 Thread Bill Janssen
Bill Janssen added the comment: I'm still getting this with the latest SSL module fixes. I'm guessing this is a problem with the implementation of imaplib, but I haven't looked into it yet. __ Tracker <[EMAIL PROTECTED]> ___

[issue1482] IMAP4 SSL isn't working

2007-11-21 Thread Bill Janssen
Bill Janssen added the comment: I'll take a look at it this weekend. Bill On Nov 21, 2007 1:27 AM, Christian Heimes <[EMAIL PROTECTED]> wrote: > > New submission from Christian Heimes: > > The SSL version of the imap4 client isnt' working under 3.0. After I > applied the patch from http://bugs.

[issue1482] IMAP4 SSL isn't working

2007-11-21 Thread Christian Heimes
New submission from Christian Heimes: The SSL version of the imap4 client isnt' working under 3.0. After I applied the patch from http://bugs.python.org/issue1210 I tried to connect to an IMAP server over SSL. The connection hangs. import imaplib conn = imaplib.IMAP4_SSL("mailbox.rwth-aachen.de"