]> granicus.if.org Git - python/commit
Issue #4471: Add the IMAP.starttls() method to enable encryption on
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 12 Nov 2010 18:49:16 +0000 (18:49 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 12 Nov 2010 18:49:16 +0000 (18:49 +0000)
commitf3b001f966d8e16662241e2ed7c7f345cd7051db
treed1f3d82d1a743763eda10f2b820783d966c1de21
parente0bf419ae7586b8e40b16eaec63122e71023e4fa
Issue #4471: Add the IMAP.starttls() method to enable encryption on
standard IMAP4 connections.  Original patch by Lorenzo M. Catucci.
Doc/library/imaplib.rst
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS