OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMTP_SSL
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py
14
test_support.get_attribute(smtplib, '
SMTP_SSL
')
16
server = smtplib.
SMTP_SSL
(self.testServer, self.remotePort)
21
test_support.get_attribute(smtplib, '
SMTP_SSL
')
23
server = smtplib.
SMTP_SSL
(self.testServer)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtpnet.py
14
test_support.get_attribute(smtplib, '
SMTP_SSL
')
16
server = smtplib.
SMTP_SSL
(self.testServer, self.remotePort)
21
test_support.get_attribute(smtplib, '
SMTP_SSL
')
23
server = smtplib.
SMTP_SSL
(self.testServer)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py
281
# This makes it simpler for
SMTP_SSL
to use the SMTP connect code
761
class
SMTP_SSL
(SMTP):
787
__all__.append("
SMTP_SSL
")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py
281
# This makes it simpler for
SMTP_SSL
to use the SMTP connect code
761
class
SMTP_SSL
(SMTP):
787
__all__.append("
SMTP_SSL
")
Completed in 228 milliseconds