[Patches] [ python-Patches-524327 ] imaplib.py and SSL

noreply@sourceforge.net noreply@sourceforge.net
Fri, 01 Mar 2002 05:46:02 -0800


Patches item #524327, was opened at 2002-03-01 14:46
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=524327&group_id=5470

Category: Library (Lib)
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Tino Lange (tinolange)
Assigned to: Nobody/Anonymous (nobody)
Summary: imaplib.py and SSL

Initial Comment:
Hallo!

Our company has decided to allow only SSL connections 
to the e-mailbox from outside. So I needed a SSL 
capable "imaplib.py" to run my mailwatcher-scripts 
from home.

Thanks to the socket.ssl() in recent Pythons it was 
nearly no problem to derive an IMAP4_SSL-class from 
the existing IMAP4-class in Python's standard library.

Maybe you want to look over the very small additions 
that were necessary to implement the IMAP-over-SSL-
functionality and add it as a part of the next 
official "imaplib.py"?

Here's the context diff from the most recent CVS 
version (1.43). It works fine for me this way and it's 
only a few straight-forward lines of code.

Maybe I could contribute a bit to the Python project 
with this patch?

Best regards

Tino Lange


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=524327&group_id=5470