[issue8807] poplib should support SSL contexts

2010-08-17 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- assignee: - giampaolo.rodola ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8807 ___ ___

[issue8807] poplib should support SSL contexts

2010-08-17 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: Committed in r84144 including context being the last constructor argument. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org

[issue8807] poplib should support SSL contexts

2010-05-30 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: There's the problem mentioned by Ezio: it breaks compatibility if someone passed a timeout to POP3_SSL by position (rather than by name). -- ___ Python tracker rep...@bugs.python.org

[issue8807] poplib should support SSL contexts

2010-05-26 Thread Giampaolo Rodola'
Giampaolo Rodola' g.rod...@gmail.com added the comment: Patch in attachment. The same approach adopted for ftplib (issue 8806) was used. -- keywords: +patch Added file: http://bugs.python.org/file17469/poplib.patch ___ Python tracker

[issue8807] poplib should support SSL contexts

2010-05-24 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: 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 POP3_SSL

[issue8807] poplib should support SSL contexts

2010-05-24 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- nosy: +janssen ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8807 ___ ___ Python-bugs-list