[New-bugs-announce] [issue4471] IMAP4 missing support for starttls

Lorenzo M. Catucci report at bugs.python.org
Sun Nov 30 17:33:16 CET 2008


New submission from Lorenzo M. Catucci <lorenzo at sancho.ccd.uniroma2.it>:

In the enclosed patch, there are three changes:
1. Support starttls on IMAP4 connections
2. Rework of the IMAP_SSL, to replace home-grown file-like
   methods with proper ones from ssl module's makefile();
3. Properly shutdown sockets at close() time to avoid server-side pile-up

----------
components: Library (Lib)
files: imaplib.py.patch
keywords: patch
messages: 76641
nosy: lcatucci
severity: normal
status: open
title: IMAP4 missing support for starttls
versions: Python 2.6
Added file: http://bugs.python.org/file12169/imaplib.py.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4471>
_______________________________________


More information about the New-bugs-announce mailing list