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 pitrou
Recipients asdfasdfasdfasdfasdfasdfasdf, pitrou
Date 2010-11-01.17:31:44
SpamBayes Score 0.034480616
Marked as misclassified No
Message-id <1288632707.5.0.114703163306.issue10274@psf.upfronthosting.co.za>
In-reply-to
Content
Right, IMAP_SSL should first accept an additional context argument as noted in issue10274. Then it can be patched to optionally call ssl.match_hostname on the server certificate. That second part can mimick what is done by HTTPSConnection:
http://code.python.org/hg/branches/py3k/file/tip/Lib/http/client.py#l1052
History
Date User Action Args
2010-11-01 17:31:47pitrousetrecipients: + pitrou, asdfasdfasdfasdfasdfasdfasdf
2010-11-01 17:31:47pitrousetmessageid: <1288632707.5.0.114703163306.issue10274@psf.upfronthosting.co.za>
2010-11-01 17:31:44pitroulinkissue10274 messages
2010-11-01 17:31:44pitroucreate