[Patches] [ python-Patches-1282340 ] Enable SSL for smtplib
SourceForge.net
noreply at sourceforge.net
Sat Sep 30 10:45:29 CEST 2006
Patches item #1282340, was opened at 2005-09-05 16:17
Message generated for change (Comment added) made by gbrandl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1282340&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.4
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Phil Underwood (furbrain)
Assigned to: Nobody/Anonymous (nobody)
Summary: Enable SSL for smtplib
Initial Comment:
smtplib already has limited support for using SSL
through the starttls function. However, some SMTP
servers require an SSL connection right from the start.
This patch allows you to use an SMTP_SSL object to
connect (in a similar manner to Imap_SSL or POP3_SSL).
----------------------------------------------------------------------
>Comment By: Georg Brandl (gbrandl)
Date: 2006-09-30 08:45
Message:
Logged In: YES
user_id=849994
Superseded by #1567274.
----------------------------------------------------------------------
Comment By: Neal Norwitz (nnorwitz)
Date: 2005-10-01 03:35
Message:
Logged In: YES
user_id=33168
Thanks for the patch. Can you please provide test and doc
updates?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1282340&group_id=5470
More information about the Patches
mailing list