Lines Matching refs:reply
137 """The server refused our HELO reply."""
381 """Get a reply from the server.
407 self._print_debug('reply:', repr(line))
426 self._print_debug('reply: retcode (%s); Msg: %a' % (errcode, errmsg))
560 Raises SMTPDataError if there is an unexpected reply to the
607 SMTPHeloError The server didn't reply properly to
704 SMTPHeloError The server didn't reply properly to
766 SMTPHeloError The server didn't reply properly to
773 (resp, reply) = self.docmd("STARTTLS")
805 raise SMTPResponseException(resp, reply)
806 return (resp, reply)
838 SMTPHeloError The server didn't reply properly to