Lines Matching full:email
1 :mod:`email.errors`: Exception and Defect classes
4 .. module:: email.errors
5 :synopsis: The exception classes used by the email package.
8 The following exception classes are defined in the :mod:`email.errors` module:
13 This is the base class for all exceptions that the :mod:`email` package can
20 This is the base class for exceptions raised by the :class:`~email.parser.Parser`
28 from the :meth:`Parser.parse <email.parser.Parser.parse>` or
29 :meth:`Parser.parsestr <email.parser.Parser.parsestr>` methods.
41 from the :meth:`Parser.parse <email.parser.Parser.parse>` or
42 :meth:`Parser.parsestr <email.parser.Parser.parsestr>` methods.
51 Raised when a payload is added to a :class:`~email.message.Message` object
59 :meth:`~email.message.Message.attach`
61 :class:`~email.mime.nonmultipart.MIMENonMultipart` (e.g.
62 :class:`~email.mime.image.MIMEImage`).
64 Here's the list of the defects that the :class:`~email.parser.FeedParser`
70 All defect classes are subclassed from :class:`email.errors.MessageDefect`, but
93 has this defect, its :meth:`~email.message.Message.is_multipart` method may