Home | History | Annotate | Download | only in python2.7

Lines Matching full:helo

21       HELO    EHLO    MAIL    RCPT    DATA
123 """The server refused our HELO reply."""
203 most recent HELO command.
256 # RFC 2821 says we should use the fqdn in the EHLO/HELO verb, and
389 def helo(self, name=''):
390 """SMTP 'helo' command.
394 self.putcmd("helo", name or self.local_hostname)
523 """Call self.ehlo() and/or self.helo() if needed.
525 If there has been no previous EHLO or HELO command this session, this
531 the helo greeting.
535 (code, resp) = self.helo()
546 If there has been no previous EHLO or HELO command this session, this
554 the helo greeting.
620 If there has been no previous EHLO or HELO command this session, this
632 the helo greeting.
667 If there has been no previous EHLO or HELO command this session, this
670 fails, HELO will be tried and ESMTP options suppressed.
680 the helo greeting.