Searched refs:ehlo_resp (Results 1 – 2 of 2) sorted by relevance
225 ehlo_resp = None variable in SMTP459 self.ehlo_resp = msg464 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 = None1006 self.ehlo_resp = self.helo_resp = None
281 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`