[issue8807] poplib should support SSL contexts

2010-08-17 Thread Giampaolo Rodola'

Giampaolo Rodola'  added the comment:

Committed in r84144 including "context" being the last constructor argument.

--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8807] poplib should support SSL contexts

2010-08-17 Thread Giampaolo Rodola'

Changes by Giampaolo Rodola' :


--
assignee:  -> giampaolo.rodola

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8807] poplib should support SSL contexts

2010-05-30 Thread Antoine Pitrou

Antoine Pitrou  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8807] poplib should support SSL contexts

2010-05-26 Thread Giampaolo Rodola'

Giampaolo Rodola'  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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8807] poplib 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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8807] poplib 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 POP3_SSL constructor should allow passing an SSL context object instead of 
a key/cert pair.

--
components: Library (Lib)
messages: 106367
nosy: giampaolo.rodola, pitrou
priority: normal
severity: normal
status: open
title: poplib should support SSL contexts
type: feature request
versions: Python 3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com