On Wed, Apr 20, 2011 at 09:57, Mehdi Dogguy <[email protected]> wrote:
> reassign 623432 offlineimap
> found 623432 offlineimap/6.3.2~rc3-2
> tags 623432 + wheezy sid
> thanks
Are you sure about that? the important code at
/usr/lib/python2.6/imaplib.py is:
try:
import ssl
except ImportError:
pass
else:
class IMAP4_SSL(IMAP4):
and infact IMAP4_SSL is not defined since the python maintainer
deliberately broke ssl module:
$ python2.6 -c "import ssl"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.6/ssl.py", line 64, in <module>
from _ssl import PROTOCOL_SSLv2, PROTOCOL_SSLv3, PROTOCOL_SSLv23,
PROTOCOL_TLSv1
ImportError: cannot import name PROTOCOL_SSLv2
See #623423
Regards.
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]