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:33:14
SpamBayes Score 0.00904709
Marked as misclassified No
Message-id <1228062796.45.0.215183772699.issue4471@psf.upfronthosting.co.za>
In-reply-to
Content
In the enclosed patch, there are three changes:
1. Support starttls on IMAP4 connections
2. Rework of the IMAP_SSL, to replace home-grown file-like
   methods with proper ones from ssl module's makefile();
3. Properly shutdown sockets at close() time to avoid server-side pile-up
History
Date User Action Args
2008-11-30 16:33:16lcatuccisetrecipients: + lcatucci
2008-11-30 16:33:16lcatuccisetmessageid: <1228062796.45.0.215183772699.issue4471@psf.upfronthosting.co.za>
2008-11-30 16:33:15lcatuccilinkissue4471 messages
2008-11-30 16:33:15lcatuccicreate