Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsmtplib.py223 helo_resp = None variable in SMTP
442 self.helo_resp = msg
610 if self.helo_resp is None and self.ehlo_resp is None:
797 self.helo_resp = None
1006 self.ehlo_resp = self.helo_resp = None
/third_party/python/Doc/library/
Dsmtplib.rst268 The message returned by the server is stored as the :attr:`helo_resp` attribute
/third_party/python/Misc/
DHISTORY27177 of a HELO command contains no text self.helo_resp will be set to the
27179 so that helo_resp is tested against None; if it has the empty string