HomeSort by relevance Sort by last modified time
    Searched defs:ehlo (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/src/net/smtp/
smtp.go 44 localName string // the name to use in HELO/EHLO
45 didHello bool // whether we've said HELO/EHLO
83 err := c.ehlo()
91 // Hello sends a HELO or EHLO to the server as the given host name.
120 // server does not support ehlo.
127 // ehlo sends the EHLO (extended hello) greeting to the server. It
129 func (c *Client) ehlo() error { func
130 _, msg, err := c.cmd(250, "EHLO %s", c.localName)
167 return c.ehlo()
    [all...]
  /prebuilts/go/linux-x86/src/net/smtp/
smtp.go 44 localName string // the name to use in HELO/EHLO
45 didHello bool // whether we've said HELO/EHLO
83 err := c.ehlo()
91 // Hello sends a HELO or EHLO to the server as the given host name.
120 // server does not support ehlo.
127 // ehlo sends the EHLO (extended hello) greeting to the server. It
129 func (c *Client) ehlo() error { func
130 _, msg, err := c.cmd(250, "EHLO %s", c.localName)
167 return c.ehlo()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 21 HELO EHLO MAIL RCPT DATA
200 most recent EHLO command. This is usually multiline.
203 This is a True value _after you do an EHLO command_, if the
208 will _after you do an EHLO command_, contain the names of the
222 ehlo_msg = "ehlo"
248 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
389 def ehlo(self, name=''): member in class:SMTP
390 """ SMTP 'ehlo' command.
398 # MTA's will disconnect on an ehlo. Toss an exception if
407 #parse the ehlo response -ddm
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtplib.py 21 HELO EHLO MAIL RCPT DATA
207 most recent EHLO command. This is usually multiline.
210 This is a True value _after you do an EHLO command_, if the
215 will _after you do an EHLO command_, contain the names of the
229 ehlo_msg = "ehlo"
256 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
399 def ehlo(self, name=''): member in class:SMTP
400 """ SMTP 'ehlo' command.
408 # MTA's will disconnect on an ehlo. Toss an exception if
417 #parse the ehlo response -dd
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
smtplib.py 21 HELO EHLO MAIL RCPT DATA
207 most recent EHLO command. This is usually multiline.
210 This is a True value _after you do an EHLO command_, if the
215 will _after you do an EHLO command_, contain the names of the
229 ehlo_msg = "ehlo"
256 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
399 def ehlo(self, name=''): member in class:SMTP
400 """ SMTP 'ehlo' command.
408 # MTA's will disconnect on an ehlo. Toss an exception if
417 #parse the ehlo response -dd
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 21 HELO EHLO MAIL RCPT DATA
207 most recent EHLO command. This is usually multiline.
210 This is a True value _after you do an EHLO command_, if the
215 will _after you do an EHLO command_, contain the names of the
229 ehlo_msg = "ehlo"
256 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
399 def ehlo(self, name=''): member in class:SMTP
400 """ SMTP 'ehlo' command.
408 # MTA's will disconnect on an ehlo. Toss an exception if
417 #parse the ehlo response -dd
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 21 HELO EHLO MAIL RCPT DATA
207 most recent EHLO command. This is usually multiline.
210 This is a True value _after you do an EHLO command_, if the
215 will _after you do an EHLO command_, contain the names of the
229 ehlo_msg = "ehlo"
256 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
399 def ehlo(self, name=''): member in class:SMTP
400 """ SMTP 'ehlo' command.
408 # MTA's will disconnect on an ehlo. Toss an exception if
417 #parse the ehlo response -dd
    [all...]
  /external/python/cpython2/Lib/
smtplib.py 21 HELO EHLO MAIL RCPT DATA
212 most recent EHLO command. This is usually multiline.
215 This is a True value _after you do an EHLO command_, if the
220 will _after you do an EHLO command_, contain the names of the
234 ehlo_msg = "ehlo"
249 HELO/EHLO command. Otherwise, the local hostname is found using
262 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
407 def ehlo(self, name=''): member in class:SMTP
408 """ SMTP 'ehlo' command.
416 # MTA's will disconnect on an ehlo. Toss an exception i
    [all...]
  /external/python/cpython3/Lib/
smtplib.py 21 HELO EHLO MAIL RCPT DATA
199 most recent EHLO command. This is usually multiline.
202 This is a True value _after you do an EHLO command_, if the
207 will _after you do an EHLO command_, contain the names of the
221 ehlo_msg = "ehlo"
236 `local_hostname` is used as the FQDN of the local host in the HELO/EHLO
257 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
433 def ehlo(self, name=''): member in class:SMTP
434 """ SMTP 'ehlo' command.
442 # MTA's will disconnect on an ehlo. Toss an exception i
    [all...]

Completed in 317 milliseconds