Home
last modified time | relevance | path

Searched refs:SMTP_SSL (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_smtpnet.py14 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
21 server = smtplib.SMTP_SSL(self.testServer)
/external/python/cpython2/Doc/library/
Dsmtplib.rst46 .. class:: SMTP_SSL([host[, port[, local_hostname[, keyfile[, certfile[, timeout]]]]]])
48 An :class:`SMTP_SSL` instance behaves exactly the same as instances of
49 :class:`SMTP`. :class:`SMTP_SSL` should be used for situations where SSL is
/external/python/cpython2/Lib/
Dsmtplib.py782 class SMTP_SSL(SMTP): class
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2345 addition of the :class:`SMTP_SSL` class. This class supports an
/external/python/cpython2/Misc/
DNEWS4978 - Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch
8101 - Issue #4066: smtplib.SMTP_SSL._get_socket now correctly returns the socket.