Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dsmtplib.py225 ehlo_resp = None variable in SMTP
459 self.ehlo_resp = msg
464 assert isinstance(self.ehlo_resp, bytes), repr(self.ehlo_resp)
465 resp = self.ehlo_resp.decode("latin-1").split('\n')
610 if self.helo_resp is None and self.ehlo_resp is None:
798 self.ehlo_resp = None
1006 self.ehlo_resp = self.helo_resp = None
/third_party/python/Doc/library/
Dsmtplib.rst281 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`