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 christian.heimes
Recipients christian.heimes, pitrou, yasaharu
Date 2013-07-05.22:07:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373062035.85.0.570458306116.issue18371@psf.upfronthosting.co.za>
In-reply-to
Content
As this counts as a new feature it can't be implemented in Python 2.7. Only fixes are applied to 2.7. You have to roll your own subclass that overwrites starttls() or _get_socket(). I'm sorry for the inconvenience.

Starting with Python 3.3 the methods support SSLContext object as argument. http://docs.python.org/3/library/smtplib.html#smtplib.SMTP.starttls
History
Date User Action Args
2013-07-05 22:07:15christian.heimessetrecipients: + christian.heimes, pitrou, yasaharu
2013-07-05 22:07:15christian.heimessetmessageid: <1373062035.85.0.570458306116.issue18371@psf.upfronthosting.co.za>
2013-07-05 22:07:15christian.heimeslinkissue18371 messages
2013-07-05 22:07:15christian.heimescreate