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

Lines Matching refs:ehlo

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=''):
400 """ SMTP 'ehlo' command.
408 # MTA's will disconnect on an ehlo. Toss an exception if
417 #parse the ehlo response -ddm
434 # RFC 1869 requires a space between ehlo keyword and parameters.
523 """Call self.ehlo() and/or self.helo() if needed.
525 If there has been no previous EHLO or HELO command this session, this
526 method tries ESMTP EHLO first.
534 if not (200 <= self.ehlo()[0] <= 299):
546 If there has been no previous EHLO or HELO command this session, this
547 method tries ESMTP EHLO first.
620 If there has been no previous EHLO or HELO command this session, this
621 method tries ESMTP EHLO first.
667 If there has been no previous EHLO or HELO command this session, this
668 method tries ESMTP EHLO first. If the server does ESMTP, message size
669 and each of the specified options will be passed to it. If EHLO