Home
last modified time | relevance | path

Searched refs:SMTPSenderRefused (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dsmtplib.py91 class SMTPSenderRefused(SMTPResponseException): class
737 raise SMTPSenderRefused(code, resp, from_addr)
/external/python/cpython3/Lib/
Dsmtplib.py103 class SMTPSenderRefused(SMTPResponseException): class
871 raise SMTPSenderRefused(code, resp, from_addr)
/external/python/cpython2/Doc/library/
Dsmtplib.rst103 .. exception:: SMTPSenderRefused
332 :exc:`SMTPSenderRefused`
/external/python/cpython3/Doc/library/
Dsmtplib.rst163 .. exception:: SMTPSenderRefused
489 :exc:`SMTPSenderRefused`
/external/python/cpython3/Lib/test/
Dtest_smtplib.py1144 with self.assertRaises(smtplib.SMTPSenderRefused):
1154 with self.assertRaises(smtplib.SMTPSenderRefused):