Home
last modified time | relevance | path

Searched refs:ehlo_resp (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dsmtplib.py222 ehlo_resp = None variable in SMTP
448 self.ehlo_resp = msg
453 assert isinstance(self.ehlo_resp, bytes), repr(self.ehlo_resp)
454 resp = self.ehlo_resp.decode("latin-1").split('\n')
599 if self.helo_resp is None and self.ehlo_resp is None:
778 self.ehlo_resp = None
986 self.ehlo_resp = self.helo_resp = None
/external/python/cpython2/Lib/
Dsmtplib.py235 ehlo_resp = None variable in SMTP
422 self.ehlo_resp = msg
427 resp = self.ehlo_resp.split('\n')
542 if self.helo_resp is None and self.ehlo_resp is None:
657 self.ehlo_resp = None
775 self.ehlo_resp = self.helo_resp = None
/external/python/cpython2/Doc/library/
Dsmtplib.rst208 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`
/external/python/cpython3/Doc/library/
Dsmtplib.rst263 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`