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.
7 **Source code:** :source:`Lib/email/errors.py`
11 The following exception classes are defined in the :mod:`email.errors` module:
16 This is the base class for all exceptions that the :mod:`email` package can
24 :class:`~email.parser.Parser` class. It is derived from
26 by :mod:`~email.headerregistry`.
33 :meth:`~email.message.EmailMessage.set_boundary` method will raise this
35 :class:`~email.header.Header` may raise this error for certain base64
48 Raised when a payload is added to a :class:`~email.message.Message` object
56 :meth:`~email.message.Message.attach`
58 :class:`~email.mime.nonmultipart.MIMENonMultipart` (e.g.
59 :class:`~email.mime.image.MIMEImage`).
62 Here is the list of the defects that the :class:`~email.parser.FeedParser`
68 All defect classes are subclassed from :class:`email.errors.MessageDefect`.
101 has this defect, its :meth:`~email.message.Message.is_multipart` method may