Searched refs:starttls (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython3/Lib/test/
H A Dtest_smtpnet.py32 server.starttls(context=context)
H A Dtest_nntplib.py1563 self.nntp.starttls()
1570 # Check that trying starttls when it's already active fails.
1571 self.assertRaises(ValueError, self.nntp.starttls)
H A Dtest_imaplib.py928 rs = self.server.starttls()
/external/boringssl/src/tool/
H A Dclient.cc106 "-starttls", kOptionalArgument,
246 if (args_map.count("-starttls") != 0) {
247 const std::string& starttls = args_map["-starttls"]; local
248 if (starttls == "smtp") {
253 fprintf(stderr, "Unknown value for -starttls: %s\n", starttls.c_str());
/external/python/cpython3/Lib/
H A Dnntplib.py995 def starttls(self, context=None): function in function:_NNTPBase._setreadermode
1128 s.starttls()
H A Dsmtplib.py731 def starttls(self, keyfile=None, certfile=None, context=None): member in class:SMTP
749 if not self.has_extn("starttls"):
H A Dimaplib.py790 def starttls(self, ssl_context=None): member in class:IMAP4
/external/python/cpython2/Lib/
H A Dsmtplib.py625 def starttls(self, keyfile=None, certfile=None): member in class:SMTP
643 if not self.has_extn("starttls"):
/external/python/cpython2/Lib/logging/
H A Dhandlers.py890 certificate file. (This tuple is passed to the `starttls` method).
940 smtp.starttls(*self.secure)
/external/python/cpython3/Lib/logging/
H A Dhandlers.py944 certificate file. (This tuple is passed to the `starttls` method).
998 smtp.starttls(*self.secure)
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 384 milliseconds