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 giampaolo.rodola
Recipients giampaolo.rodola, pitrou
Date 2010-05-26.19:31:29
SpamBayes Score 0.0032173223
Marked as misclassified No
Message-id <1274902291.16.0.0457634401694.issue8827@psf.upfronthosting.co.za>
In-reply-to
Content
As done for ftplib.FTP_TLS the tests executed in TestPOP3Class should be replicated to use poplib.POP3_SSL instead of poplib.POP3.

asyncore-based SSL test server used in test_ftplib.py can be used as an example on how to do this.
History
Date User Action Args
2010-05-26 19:31:31giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou
2010-05-26 19:31:31giampaolo.rodolasetmessageid: <1274902291.16.0.0457634401694.issue8827@psf.upfronthosting.co.za>
2010-05-26 19:31:29giampaolo.rodolalinkissue8827 messages
2010-05-26 19:31:29giampaolo.rodolacreate