Searched refs:ehlo_resp (Results 1 – 4 of 4) sorted by relevance
222 ehlo_resp = None variable in SMTP448 self.ehlo_resp = msg453 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 = None986 self.ehlo_resp = self.helo_resp = None
235 ehlo_resp = None variable in SMTP422 self.ehlo_resp = msg427 resp = self.ehlo_resp.split('\n')542 if self.helo_resp is None and self.ehlo_resp is None:657 self.ehlo_resp = None775 self.ehlo_resp = self.helo_resp = None
208 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`
263 the server is stored as the :attr:`ehlo_resp` attribute, :attr:`does_esmtp`