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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsmtplib.py389 def helo(self, name=''): member in class:SMTP
390 """SMTP 'helo' command.
394 self.putcmd("helo", name or self.local_hostname)
523 """Call self.ehlo() and/or self.helo() if needed.
531 the helo greeting.
535 (code, resp) = self.helo()
554 the helo greeting.
632 the helo greeting.
680 the helo greeting.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_smtplib.py216 smtp.helo()
218 self.assertEqual(smtp.helo(), expected)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsmtplib.py389 def helo(self, name=''): member in class:SMTP
390 """SMTP 'helo' command.
394 self.putcmd("helo", name or self.local_hostname)
523 """Call self.ehlo() and/or self.helo() if needed.
531 the helo greeting.
535 (code, resp) = self.helo()
554 the helo greeting.
632 the helo greeting.
680 the helo greeting.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_smtplib.py216 smtp.helo()
218 self.assertEqual(smtp.helo(), expected)

Completed in 61 milliseconds