Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsmtplib.py233 helo_resp = None variable in SMTP
405 self.helo_resp = msg
542 if self.helo_resp is None and self.ehlo_resp is None:
656 self.helo_resp = None
775 self.ehlo_resp = self.helo_resp = None
/external/python/cpython3/Lib/
Dsmtplib.py220 helo_resp = None variable in SMTP
431 self.helo_resp = msg
599 if self.helo_resp is None and self.ehlo_resp is None:
777 self.helo_resp = None
986 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/cpython3/Doc/library/
Dsmtplib.rst250 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
/external/python/cpython3/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