[Python-bugs-list] [ python-Bugs-739909 ] IMAP4_SSL broken
SourceForge.net
noreply@sourceforge.net
Sun, 15 Jun 2003 06:14:04 -0700
Bugs item #739909, was opened at 2003-05-19 11:46
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=739909&group_id=5470
Category: Python Library
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Michal Čihař (nijel)
Assigned to: Nobody/Anonymous (nobody)
Summary: IMAP4_SSL broken
Initial Comment:
Python 2.3b1 (#1, May 6 2003, 10:52:33)
[GCC 3.3 20030226 (prerelease) (SuSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for
more information.
>>> import imaplib
>>> imaplib.IMAP4_SSL('mailserver')
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.3/imaplib.py", line 1071, in
__init__
IMAP4.__init__(self, host, port)
File "/usr/lib/python2.3/imaplib.py", line 156, in
__init__
self.open(host, port)
File "/usr/lib/python2.3/imaplib.py", line 1084, in open
self.sslobj = socket.ssl(self.sock, self.keyfile,
self.certfile)
TypeError: ssl() argument 1 must be _socket.socket, not
_socketobject
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-06-15 09:14
Message:
Logged In: YES
user_id=33168
Fixed by Lib/socket.py 1.42 when fixing #754447.
----------------------------------------------------------------------
Comment By: Neal Norwitz (nnorwitz)
Date: 2003-05-21 18:37
Message:
Logged In: YES
user_id=33168
Raising priority, there may be other problems similar to
this. Not sure who should look at this though.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=739909&group_id=5470