Home
last modified time | relevance | path

Searched refs:SMTPRecipientsRefused (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/
Dsmtplib.py116 class SMTPRecipientsRefused(SMTPException): class
877 raise SMTPRecipientsRefused(senderrs)
881 raise SMTPRecipientsRefused(senderrs)
Dsmtpd.py765 except smtplib.SMTPRecipientsRefused as e:
/external/python/cpython2/Lib/
Dsmtplib.py104 class SMTPRecipientsRefused(SMTPException): class
748 raise SMTPRecipientsRefused(senderrs)
Dsmtpd.py370 except smtplib.SMTPRecipientsRefused, e:
/external/python/cpython2/Doc/library/
Dsmtplib.rst110 .. exception:: SMTPRecipientsRefused
323 :exc:`SMTPRecipientsRefused`
/external/python/cpython3/Doc/library/
Dsmtplib.rst154 .. exception:: SMTPRecipientsRefused
462 :exc:`SMTPRecipientsRefused`
/external/python/cpython3/Lib/test/
Dtest_smtplib.py1062 with self.assertRaises(smtplib.SMTPRecipientsRefused) as r:
/external/python/cpython2/Misc/
DHISTORY9806 [Text about removing SMTPRecipientsRefused deleted --GvR]
9820 Mostly I just re-added the SMTPRecipientsRefused exception
/external/python/cpython3/Misc/
DHISTORY27185 [Text about removing SMTPRecipientsRefused deleted --GvR]
27199 Mostly I just re-added the SMTPRecipientsRefused exception