Searched refs:SMTPDataError (Results 1 – 7 of 7) sorted by relevance
117 class SMTPDataError(SMTPResponseException): class505 raise SMTPDataError(code, repl)752 raise SMTPDataError(code, resp)
129 class SMTPDataError(SMTPResponseException): class564 raise SMTPDataError(code, repl)892 raise SMTPDataError(code, resp)
117 .. exception:: SMTPDataError335 :exc:`SMTPDataError`
177 .. exception:: SMTPDataError492 :exc:`SMTPDataError`
1181 with self.assertRaises(smtplib.SMTPDataError):
9793 The data() method will raise an SMTPDataError if it doesn't receive
27172 The data() method will raise an SMTPDataError if it doesn't receive