Home
last modified time | relevance | path

Searched refs:SMTPException (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dsmtplib.py66 class SMTPException(Exception): class
69 class SMTPServerDisconnected(SMTPException):
77 class SMTPResponseException(SMTPException):
104 class SMTPRecipientsRefused(SMTPException):
585 raise SMTPException("SMTP AUTH extension not supported by server.")
618 raise SMTPException("No suitable authentication method found.")
644 raise SMTPException("STARTTLS extension not supported by server.")
Dsmtpd.py373 except (socket.error, smtplib.SMTPException), e:
/external/python/cpython2/Doc/library/
Dsmtplib.rst82 .. exception:: SMTPException
261 :exc:`SMTPException`
282 :exc:`SMTPException`