Home
last modified time | relevance | path

Searched refs:starttls (Results 1 – 25 of 26) sorted by relevance

12

/external/boringssl/src/tool/
Dclient.cc242 const std::string& starttls = args_map["-starttls"]; in DoConnection() local
243 if (starttls == "smtp") { in DoConnection()
248 fprintf(stderr, "Unknown value for -starttls: %s\n", starttls.c_str()); in DoConnection()
/external/python/cpython3/Lib/test/
Dtest_smtpnet.py34 server.starttls(context=context)
Dtest_nntplib.py1573 self.nntp.starttls()
1581 self.assertRaises(ValueError, self.nntp.starttls)
Dtest_imaplib.py957 rs = self.server.starttls()
/external/python/cpython3/Lib/
Dnntplib.py995 def starttls(self, context=None): member in _NNTPBase
1128 s.starttls()
Dsmtplib.py732 def starttls(self, keyfile=None, certfile=None, context=None): member in SMTP
Dimaplib.py798 def starttls(self, ssl_context=None): member in IMAP4
/external/python/cpython2/Doc/library/
Dsmtplib.rst50 required from the beginning of the connection and using :meth:`starttls` is
265 .. method:: SMTP.starttls([keyfile[, certfile]])
Dlogging.handlers.rst631 :meth:`smtplib.SMTP.starttls` method.)
/external/python/cpython2/Lib/
Dsmtplib.py626 def starttls(self, keyfile=None, certfile=None): member in SMTP
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst554 connect/starttls/quit/connect/starttls sequence.
D2.6a1.rst3861 In the smtplib module, SMTP.starttls() now complies with RFC 3207 and
3873 SMTP.starttls() caller no longer needs to call ehlo() beforehand.
3874 SMTP.starttls() now raises an exception of the server does not claim to
3875 support starttls. Adds the SMTP.ehlo_or_helo_if_needed() method. Patch
/external/python/cpython3/Doc/library/
Dsmtplib.rst74 required from the beginning of the connection and using :meth:`starttls` is
376 .. method:: SMTP.starttls(keyfile=None, certfile=None, context=None)
Dimaplib.rst478 .. method:: IMAP4.starttls(ssl_context=None)
Dnntplib.rst235 .. method:: NNTP.starttls(context=None)
Dlogging.handlers.rst796 :meth:`smtplib.SMTP.starttls` method.)
Dssl.rst2565 >>> smtp.starttls(context=context)
/external/python/cpython2/Lib/logging/
Dhandlers.py955 smtp.starttls(*self.secure)
/external/python/cpython3/Lib/logging/
Dhandlers.py1017 smtp.starttls(*self.secure)
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst2466 connect/starttls/quit/connect/starttls sequence.
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1679 :class:`nntplib.NNTP_SSL`) and explicit (using :meth:`nntplib.NNTP.starttls`)
1698 the new :mod:`imaplib.IMAP4.starttls` method.
D3.3.rst1869 The :class:`~smtplib.SMTP_SSL` constructor and the :meth:`~smtplib.SMTP.starttls`
D2.6.rst2361 :meth:`SMTP.starttls` now complies with :rfc:`3207` and forgets any
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2357 :meth:`SMTP.starttls` now complies with :rfc:`3207` and forgets any
/external/python/cpython3/Misc/
DHISTORY1475 during a connect/starttls/quit/connect/starttls sequence.
9623 - Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support
11440 - Issue #10429: IMAP.starttls() stored the capabilities as bytes objects, rather
11563 - Issue #4471: Add the IMAP.starttls() method to enable encryption on standard
24168 the SMTP protocol through the new login() and starttls() methods.

12