Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsmtplib.py235 ehlo_resp = None variable in SMTP
421 self.ehlo_resp = msg
426 resp = self.ehlo_resp.split('\n')
541 if self.helo_resp is None and self.ehlo_resp is None:
656 self.ehlo_resp = None
774 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`