[issue8809] smptlib should support SSL contexts

2011-01-07 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- stage: -> needs patch versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mai

[issue8809] smptlib should support SSL contexts

2010-05-24 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +janssen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue8809] smptlib should support SSL contexts

2010-05-24 Thread Antoine Pitrou
New submission from Antoine Pitrou : 3.2 introduces SSL contexts, which allow bundling SSL configuration options, certificates and private keys into a single (potentially long-lived) structure. http://docs.python.org/dev/py3k/library/ssl.html#ssl.SSLContext The SMTP_SSL constructor should allow