Home
last modified time | relevance | path

Searched refs:SMTPDataError (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dsmtplib.py117 class SMTPDataError(SMTPResponseException): class
505 raise SMTPDataError(code, repl)
752 raise SMTPDataError(code, resp)
/external/python/cpython3/Lib/
Dsmtplib.py129 class SMTPDataError(SMTPResponseException): class
560 raise SMTPDataError(code, repl)
888 raise SMTPDataError(code, resp)
/external/python/cpython2/Doc/library/
Dsmtplib.rst117 .. exception:: SMTPDataError
335 :exc:`SMTPDataError`
/external/python/cpython3/Doc/library/
Dsmtplib.rst161 .. exception:: SMTPDataError
474 :exc:`SMTPDataError`
/external/python/cpython3/Lib/test/
Dtest_smtplib.py1078 with self.assertRaises(smtplib.SMTPDataError):
/external/python/cpython2/Misc/
DHISTORY9793 The data() method will raise an SMTPDataError if it doesn't receive
/external/python/cpython3/Misc/
DHISTORY27172 The data() method will raise an SMTPDataError if it doesn't receive