Searched refs:SMTPException (Results 1 – 7 of 7) sorted by relevance
72 class SMTPException(OSError): class75 class SMTPNotSupportedError(SMTPException):82 class SMTPServerDisconnected(SMTPException):90 class SMTPResponseException(SMTPException):117 class SMTPRecipientsRefused(SMTPException):656 raise SMTPException(730 raise SMTPException("No suitable authentication method found.")
779 except (OSError, smtplib.SMTPException) as e:
37 except smtplib.SMTPException as e:
1169 with self.assertRaisesRegex(smtplib.SMTPException, expect) as cm:
139 .. exception:: SMTPException145 SMTPException became subclass of :exc:`OSError`335 :exc:`SMTPException`438 :exc:`SMTPException`.
1382 :exc:`~smtplib.SMTPException` is now a subclass of :exc:`OSError`, which allows
5087 - Issue #2118: SMTPException is now a subclass of OSError.