Home
last modified time | relevance | path

Searched refs:ehlo (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_smtpnet.py42 server.ehlo()
54 server.ehlo()
61 server.ehlo()
71 server.ehlo()
84 server.ehlo()
H A Dtest_smtplib.py328 self.assertEqual(smtp.ehlo(), expected)
442 "prohibited newline characters: ehlo hi\\nX-INJECTED",
709 self.assertRaises(smtplib.SMTPServerDisconnected, smtp.ehlo)
734 self.smtp.ehlo = Mock(return_value=(200, 'OK'))
1084 smtp.ehlo()
1143 smtp.ehlo("test_auth_login")
1152 smtp.ehlo("test_auth_login")
1169 smtp.ehlo("test_auth_buggy")
1210 smtp.ehlo('foo')
1221 code, message = smtp.ehlo()
[all...]
/third_party/python/Lib/
H A Dsmtplib.py224 ehlo_msg = "ehlo"
445 def ehlo(self, name=''): member in SMTP
446 """ SMTP 'ehlo' command.
454 # MTA's will disconnect on an ehlo. Toss an exception if
463 #parse the ehlo response -ddm
481 # RFC 1869 requires a space between ehlo keyword and parameters.
600 """Call self.ehlo() and/or self.helo() if needed.
611 if not (200 <= self.ehlo()[0] <= 299):
/third_party/python/Lib/logging/
H A Dhandlers.py1090 smtp.ehlo()
1092 smtp.ehlo()

Completed in 6 milliseconds