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 lcatucci
Recipients lcatucci
Date 2008-11-30.16:39:01
SpamBayes Score 0.00041912758
Marked as misclassified No
Message-id <1228063143.07.0.0563421485939.issue4473@psf.upfronthosting.co.za>
In-reply-to
Content
In the enclosed patch, there are four changes 
1. add support for the optional CAPA pop command, since it is needed
   for starttls support discovery
2. add support for the STLS pop command
3. replace home-grown file-like methods and replace them with ssl
   socket's makefile() in POP3_SSL
4. Properly shutdown sockets at close() time to avoid server-side pile-up
History
Date User Action Args
2008-11-30 16:39:03lcatuccisetrecipients: + lcatucci
2008-11-30 16:39:03lcatuccisetmessageid: <1228063143.07.0.0563421485939.issue4473@psf.upfronthosting.co.za>
2008-11-30 16:39:02lcatuccilinkissue4473 messages
2008-11-30 16:39:02lcatuccicreate