Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #39943 > unrolled thread

Re: IMAP4_SSL and OpenSSL compatibility

Started byAntoine Pitrou <solipsis@pitrou.net>
First post2013-02-26 12:04 +0000
Last post2013-02-26 12:04 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: IMAP4_SSL and OpenSSL compatibility Antoine Pitrou <solipsis@pitrou.net> - 2013-02-26 12:04 +0000

#39943 — Re: IMAP4_SSL and OpenSSL compatibility

FromAntoine Pitrou <solipsis@pitrou.net>
Date2013-02-26 12:04 +0000
SubjectRe: IMAP4_SSL and OpenSSL compatibility
Message-ID<mailman.2540.1361880282.2939.python-list@python.org>
W. Martin Borgert <debacle <at> debian.org> writes:
> 
> When I add an ssl_version argument to the call to
> ssl.wrap_socket() in imaplib.IMAP4_SSL.open(), I can connect to
> the Exchange server without problems:
> 
> self.sslobj = ssl.wrap_socket(self.sock, self.keyfile, self.certfile,
>                               ssl_version = ssl.PROTOCOL_SSLv3)
> 
> Would it make sense, to make this change in the Python standard
> library?

There is already the ssl_context option for that:
http://docs.python.org/3.3/library/imaplib.html#imaplib.IMAP4_SSL

Regards

Antoine.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web