Home
last modified time | relevance | path

Searched refs:helo_resp (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dsmtplib.py233 helo_resp = None variable in SMTP
404 self.helo_resp = msg
541 if self.helo_resp is None and self.ehlo_resp is None:
655 self.helo_resp = None
774 self.ehlo_resp = self.helo_resp = None
/external/python/cpython2/Doc/library/
Dsmtplib.rst195 The message returned by the server is stored as the :attr:`helo_resp` attribute
/external/python/cpython2/Misc/
DHISTORY9798 of a HELO command contains no text self.helo_resp will be set to the
9800 so that helo_resp is tested against None; if it has the empty string