[Python-Dev] mail libraries streamlined support for ssl and starttls

2009-02-02 Thread Lorenzo M. Catucci
Sorry for being a pest here... still, I'd be grateful if someone could please try and take look at the patches I've posted on bugs.python.org for smtplib, imaplib and poplib, since I think they could be useful for a future 2.x release of the standard library, and I've verified they port almost

[Python-Dev] mail libraries streamlined support for ssl and starttls [2nd try!]

2009-02-02 Thread Lorenzo M. Catucci
Sorry for being a pest here... and for forgetting to put pointers to the issues in the previous attempt... the issues on bugs.python.org are: http://bugs.python.org/issue4470 - smtplib SMTP_SSL not working http://bugs.python.org/issue4471 - IMAP4 missing support for starttls http:/