This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Enable SSL for smtplib
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: furbrain, georg.brandl, nnorwitz
Priority: normal Keywords: patch

Created on 2005-09-05 16:17 by furbrain, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
newsmtplib.diff furbrain, 2005-09-05 16:17 Patch to smtplib.py
Messages (3)
msg48718 - (view) Author: Phil Underwood (furbrain) Date: 2005-09-05 16:17
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).
msg48719 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-10-01 03:35
Logged In: YES 
user_id=33168

Thanks for the patch.  Can you please provide test and doc
updates?
msg48720 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-09-30 08:45
Logged In: YES 
user_id=849994

Superseded by #1567274.
History
Date User Action Args
2022-04-11 14:56:12adminsetgithub: 42343
2005-09-05 16:17:56furbraincreate