]> granicus.if.org Git - python/commit
Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 6 May 2011 16:49:52 +0000 (18:49 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 6 May 2011 16:49:52 +0000 (18:49 +0200)
commit0872816dc1fbe0bf3b126874a31afd8e37677ae3
treec8dd24551a19d141485ba306d0817d1a5a9ad696
parent45fd0c9931dbc25c2577e0b17672dffc36a03868
Issue #8808: The IMAP4_SSL constructor now allows passing an SSLContext
parameter to control parameters of the secure channel.  Patch by Sijin
Joseph.
Doc/library/imaplib.rst
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS