Home
last modified time | relevance | path

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

/third_party/openssl/doc/man1/
Dopenssl-s_client.pod.in95 [B<-starttls> I<protocol>]
368 $ openssl s_client -brief -starttls smtp \
640 =item B<-starttls> I<protocol>
649 This option, when used with "-starttls xmpp" or "-starttls xmpp-server",
659 used with B<-starttls> option. Currently only "xmpp", "xmpp-server",
662 If this option is used with "-starttls xmpp" or "-starttls xmpp-server",
666 If this option is used with "-starttls lmtp" or "-starttls smtp", it specifies
/third_party/python/Lib/test/
Dtest_smtpnet.py36 server.starttls(context=context)
Dtest_nntplib.py1635 self.nntp.starttls()
1643 self.assertRaises(ValueError, self.nntp.starttls)
Dtest_imaplib.py1021 rs = self.server.starttls()
/third_party/python/Lib/
Dnntplib.py990 def starttls(self, context=None): member in NNTP
1071 s.starttls()
Dsmtplib.py752 def starttls(self, keyfile=None, certfile=None, context=None): member in SMTP
Dimaplib.py809 def starttls(self, ssl_context=None): member in IMAP4
/third_party/python/Doc/library/
Dsmtplib.rst83 required from the beginning of the connection and using :meth:`starttls` is
395 .. method:: SMTP.starttls(keyfile=None, certfile=None, context=None)
Dimaplib.rst502 .. method:: IMAP4.starttls(ssl_context=None)
Dnntplib.rst258 .. method:: NNTP.starttls(context=None)
Dlogging.handlers.rst847 :meth:`smtplib.SMTP.starttls` method.)
Dssl.rst2638 >>> smtp.starttls(context=context)
/third_party/python/Lib/logging/
Dhandlers.py1067 smtp.starttls(*self.secure)
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst2466 connect/starttls/quit/connect/starttls sequence.
/third_party/python/Doc/whatsnew/
D3.2.rst1681 :class:`nntplib.NNTP_SSL`) and explicit (using :meth:`nntplib.NNTP.starttls`)
1700 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
/third_party/python/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.