diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-23 19:13:48 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-23 19:13:48 (GMT) |
commit | 8618d7457b1a648a8183966d930077e5754dc0ed (patch) | |
tree | c5fba1246a6af3cb2a700ac1cdbc970bc19f6940 /Misc | |
parent | 25cee19beb3117f834100cf29cff625c98d0da29 (diff) | |
download | cpython-8618d7457b1a648a8183966d930077e5754dc0ed.zip cpython-8618d7457b1a648a8183966d930077e5754dc0ed.tar.gz cpython-8618d7457b1a648a8183966d930077e5754dc0ed.tar.bz2 |
Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an encrypted POP3 session, on supported servers.
Patch by Lorenzo Catucci.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -138,6 +138,9 @@ Core and Builtins Library ------- +- Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into + an encrypted POP3 session, on supported servers. Patch by Lorenzo Catucci. + - Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the POP3 server. Patch by Lorenzo Catucci. |