HomeSort by relevance Sort by last modified time
    Searched refs:ehlo_msg (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 229 ehlo_msg = "ehlo" variable in class:SMTP
405 self.putcmd(self.ehlo_msg, name or self.local_hostname)
807 ehlo_msg = "lhlo" variable in class:LMTP
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 229 ehlo_msg = "ehlo" variable in class:SMTP
405 self.putcmd(self.ehlo_msg, name or self.local_hostname)
807 ehlo_msg = "lhlo" variable in class:LMTP
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 229 ehlo_msg = "ehlo" variable in class:SMTP
405 self.putcmd(self.ehlo_msg, name or self.local_hostname)
807 ehlo_msg = "lhlo" variable in class:LMTP
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 229 ehlo_msg = "ehlo" variable in class:SMTP
405 self.putcmd(self.ehlo_msg, name or self.local_hostname)
807 ehlo_msg = "lhlo" variable in class:LMTP

Completed in 3210 milliseconds