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
867 raise SMTPSenderRefused(code, resp, from_addr)
/external/python/cpython2/Doc/library/
Dsmtplib.rst103 .. exception:: SMTPSenderRefused
332 :exc:`SMTPSenderRefused`
/external/python/cpython3/Lib/test/
Dtest_smtplib.py1044 with self.assertRaises(smtplib.SMTPSenderRefused):
1053 with self.assertRaises(smtplib.SMTPSenderRefused):
/external/python/cpython3/Doc/library/
Dsmtplib.rst147 .. exception:: SMTPSenderRefused
471 :exc:`SMTPSenderRefused`