Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsmtplib.py104 class SMTPRecipientsRefused(SMTPException): class
747 raise SMTPRecipientsRefused(senderrs)
Dsmtpd.py370 except smtplib.SMTPRecipientsRefused, e:
/external/python/cpython2/Doc/library/
Dsmtplib.rst110 .. exception:: SMTPRecipientsRefused
323 :exc:`SMTPRecipientsRefused`
/external/python/cpython2/Misc/
DHISTORY9806 [Text about removing SMTPRecipientsRefused deleted --GvR]
9820 Mostly I just re-added the SMTPRecipientsRefused exception