This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients barry, giampaolo.rodola, janssen, jcea, lcatucci, pitrou, python-dev, r.david.murray
Date 2012-11-23.19:15:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Y7Rzs71NLzNGF@mail.python.org>
In-reply-to
Content
New changeset 79e33578dc05 by Antoine Pitrou in branch 'default':
Issue #4473: Ensure the socket is shutdown cleanly in POP3.close().
http://hg.python.org/cpython/rev/79e33578dc05

New changeset d30fd9834cec by Antoine Pitrou in branch 'default':
Issue #4473: Add a POP3.capa() method to query the capabilities advertised by the POP3 server.
http://hg.python.org/cpython/rev/d30fd9834cec

New changeset 2329f9198d7f by Antoine Pitrou in branch 'default':
Issue #4473: Add a POP3.stls() to switch a clear-text POP3 session into an encrypted POP3 session, on supported servers.
http://hg.python.org/cpython/rev/2329f9198d7f
History
Date User Action Args
2012-11-23 19:15:06python-devsetrecipients: + python-dev, barry, jcea, janssen, pitrou, giampaolo.rodola, lcatucci, r.david.murray
2012-11-23 19:15:06python-devlinkissue4473 messages
2012-11-23 19:15:06python-devcreate