Searched refs:starttls (Results 1 – 18 of 18) sorted by relevance
/third_party/openssl/doc/man1/ |
D | openssl-s_client.pod.in | 95 [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/ |
D | test_smtpnet.py | 36 server.starttls(context=context)
|
D | test_nntplib.py | 1635 self.nntp.starttls() 1643 self.assertRaises(ValueError, self.nntp.starttls)
|
D | test_imaplib.py | 1021 rs = self.server.starttls()
|
/third_party/python/Lib/ |
D | nntplib.py | 990 def starttls(self, context=None): member in NNTP 1071 s.starttls()
|
D | smtplib.py | 752 def starttls(self, keyfile=None, certfile=None, context=None): member in SMTP
|
D | imaplib.py | 809 def starttls(self, ssl_context=None): member in IMAP4
|
/third_party/python/Doc/library/ |
D | smtplib.rst | 83 required from the beginning of the connection and using :meth:`starttls` is 395 .. method:: SMTP.starttls(keyfile=None, certfile=None, context=None)
|
D | imaplib.rst | 502 .. method:: IMAP4.starttls(ssl_context=None)
|
D | nntplib.rst | 258 .. method:: NNTP.starttls(context=None)
|
D | logging.handlers.rst | 847 :meth:`smtplib.SMTP.starttls` method.)
|
D | ssl.rst | 2638 >>> smtp.starttls(context=context)
|
/third_party/python/Lib/logging/ |
D | handlers.py | 1067 smtp.starttls(*self.secure)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 2466 connect/starttls/quit/connect/starttls sequence.
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 1681 :class:`nntplib.NNTP_SSL`) and explicit (using :meth:`nntplib.NNTP.starttls`) 1700 the new :mod:`imaplib.IMAP4.starttls` method.
|
D | 3.3.rst | 1869 The :class:`~smtplib.SMTP_SSL` constructor and the :meth:`~smtplib.SMTP.starttls`
|
D | 2.6.rst | 2361 :meth:`SMTP.starttls` now complies with :rfc:`3207` and forgets any
|
/third_party/python/Misc/ |
D | HISTORY | 1475 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.
|