Patches item #1217246, was opened at 2005-06-08 16:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1217246&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: Modules Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Pete G (pgreenwell) Assigned to: Nobody/Anonymous (nobody) Summary: proposed patch for tls wrapped ssl support added to smtplib Initial Comment: The current smtplib.py can only do TLS over a standard port but it does not have support for an ssl wrapped session which is usually offered on port 465. I just added a few lines to allow a true ssl socket to be created instead of a standard one. I also added a one line function to set this option on. We have many customers that use clients that can only do this type of TLS connection. Postfix and Sendmail and most others allow for this too, and I wanted to be able to write up some nagios monitoring scripts using python. This allowed me to do it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1217246&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
