René's URL Explorer Experiment


Title: email.errors: Exception and Defect classes — Python 3.14.2 documentation

Open Graph Title: email.errors: Exception and Defect classes

Description: Source code: Lib/email/errors.py The following exception classes are defined in the email.errors module: Here is the list of the defects that the FeedParser can find while parsing messages. Note th...

Open Graph Description: Source code: Lib/email/errors.py The following exception classes are defined in the email.errors module: Here is the list of the defects that the FeedParser can find while parsing messages. Note th...

Opengraph URL: https://docs.python.org/3/library/email.errors.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_library_email.errors_cae3e271.png
og:image:altSource code: Lib/email/errors.py The following exception classes are defined in the email.errors module: Here is the list of the defects that the FeedParser can find while parsing messages. Note th...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
email.policy: Policy Objectshttps://docs.python.org/3/library/email.policy.html
email.headerregistry: Custom Header Objectshttps://docs.python.org/3/library/email.headerregistry.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/email.errors.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/email.headerregistry.html
previoushttps://docs.python.org/3/library/email.policy.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Internet Data Handlinghttps://docs.python.org/3/library/netdata.html
email — An email and MIME handling packagehttps://docs.python.org/3/library/email.html
email.errors: Exception and Defect classeshttps://docs.python.org/3/library/email.errors.html
https://docs.python.org/3/library/email.errors.html#module-email.errors
Lib/email/errors.pyhttps://github.com/python/cpython/tree/3.14/Lib/email/errors.py
email.errorshttps://docs.python.org/3/library/email.errors.html#module-email.errors
https://docs.python.org/3/library/email.errors.html#email.errors.MessageError
emailhttps://docs.python.org/3/library/email.html#module-email
Exceptionhttps://docs.python.org/3/library/exceptions.html#Exception
https://docs.python.org/3/library/email.errors.html#email.errors.MessageParseError
Parserhttps://docs.python.org/3/library/email.parser.html#email.parser.Parser
MessageErrorhttps://docs.python.org/3/library/email.errors.html#email.errors.MessageError
headerregistryhttps://docs.python.org/3/library/email.headerregistry.html#module-email.headerregistry
https://docs.python.org/3/library/email.errors.html#email.errors.HeaderParseError
RFC 5322https://datatracker.ietf.org/doc/html/rfc5322.html
MessageParseErrorhttps://docs.python.org/3/library/email.errors.html#email.errors.MessageParseError
set_boundary()https://docs.python.org/3/library/email.message.html#email.message.EmailMessage.set_boundary
Headerhttps://docs.python.org/3/library/email.header.html#email.header.Header
https://docs.python.org/3/library/email.errors.html#email.errors.BoundaryError
https://docs.python.org/3/library/email.errors.html#email.errors.MultipartConversionError
attach()https://docs.python.org/3/library/email.compat32-message.html#email.message.Message.attach
MIMENonMultiparthttps://docs.python.org/3/library/email.mime.html#email.mime.nonmultipart.MIMENonMultipart
MIMEImagehttps://docs.python.org/3/library/email.mime.html#email.mime.image.MIMEImage
MultipartConversionErrorhttps://docs.python.org/3/library/email.errors.html#email.errors.MultipartConversionError
MessageErrorhttps://docs.python.org/3/library/email.errors.html#email.errors.MessageError
TypeErrorhttps://docs.python.org/3/library/exceptions.html#TypeError
https://docs.python.org/3/library/email.errors.html#email.errors.HeaderWriteError
generatorhttps://docs.python.org/3/library/email.generator.html#module-email.generator
https://docs.python.org/3/library/email.errors.html#email.errors.MessageDefect
ValueErrorhttps://docs.python.org/3/library/exceptions.html#ValueError
https://docs.python.org/3/library/email.errors.html#email.errors.HeaderDefect
MessageDefecthttps://docs.python.org/3/library/email.errors.html#email.errors.MessageDefect
FeedParserhttps://docs.python.org/3/library/email.parser.html#email.parser.FeedParser
email.errors.MessageDefecthttps://docs.python.org/3/library/email.errors.html#email.errors.MessageDefect
https://docs.python.org/3/library/email.errors.html#email.errors.NoBoundaryInMultipartDefect
https://docs.python.org/3/library/email.errors.html#email.errors.StartBoundaryNotFoundDefect
https://docs.python.org/3/library/email.errors.html#email.errors.CloseBoundaryNotFoundDefect
https://docs.python.org/3/library/email.errors.html#email.errors.FirstHeaderLineIsContinuationDefect
https://docs.python.org/3/library/email.errors.html#email.errors.MisplacedEnvelopeHeaderDefect
https://docs.python.org/3/library/email.errors.html#email.errors.MissingHeaderBodySeparatorDefect
https://docs.python.org/3/library/email.errors.html#email.errors.MalformedHeaderDefect
https://docs.python.org/3/library/email.errors.html#email.errors.MultipartInvariantViolationDefect
is_multipart()https://docs.python.org/3/library/email.compat32-message.html#email.message.Message.is_multipart
https://docs.python.org/3/library/email.errors.html#email.errors.InvalidBase64PaddingDefect
https://docs.python.org/3/library/email.errors.html#email.errors.InvalidBase64CharactersDefect
https://docs.python.org/3/library/email.errors.html#email.errors.InvalidBase64LengthDefect
https://docs.python.org/3/library/email.errors.html#email.errors.InvalidDateDefect
email.policy: Policy Objectshttps://docs.python.org/3/library/email.policy.html
email.headerregistry: Custom Header Objectshttps://docs.python.org/3/library/email.headerregistry.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/email.errors.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/library/email.headerregistry.html
previoushttps://docs.python.org/3/library/email.policy.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
The Python Standard Libraryhttps://docs.python.org/3/library/index.html
Internet Data Handlinghttps://docs.python.org/3/library/netdata.html
email — An email and MIME handling packagehttps://docs.python.org/3/library/email.html
email.errors: Exception and Defect classeshttps://docs.python.org/3/library/email.errors.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.