René's URL Explorer Experiment


Title: email.errors:例外和缺陷類別 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
email.policy: Policy Objectshttps://python.github.io/python-docs-zh-tw/library/email.policy.html
email.headerregistry:自訂標頭物件https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/email.errors.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html
上一頁https://python.github.io/python-docs-zh-tw/library/email.policy.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網際網路資料處理https://python.github.io/python-docs-zh-tw/library/netdata.html
email --- 郵件和 MIME 處理套件https://python.github.io/python-docs-zh-tw/library/email.html
email.errors:例外和缺陷類別https://python.github.io/python-docs-zh-tw/library/email.errors.html
https://python.github.io/python-docs-zh-tw/library/email.errors.html#module-email.errors
Lib/email/errors.pyhttps://github.com/python/cpython/tree/3.14/Lib/email/errors.py
email.errorshttps://python.github.io/python-docs-zh-tw/library/email.errors.html#module-email.errors
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MessageError
emailhttps://python.github.io/python-docs-zh-tw/library/email.html#module-email
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MessageParseError
Parserhttps://python.github.io/python-docs-zh-tw/library/email.parser.html#email.parser.Parser
MessageErrorhttps://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MessageError
headerregistryhttps://python.github.io/python-docs-zh-tw/library/email.headerregistry.html#module-email.headerregistry
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.HeaderParseError
RFC 5322https://datatracker.ietf.org/doc/html/rfc5322.html
MessageParseErrorhttps://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MessageParseError
set_boundary()https://python.github.io/python-docs-zh-tw/library/email.message.html#email.message.EmailMessage.set_boundary
Headerhttps://python.github.io/python-docs-zh-tw/library/email.header.html#email.header.Header
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.BoundaryError
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MultipartConversionError
attach()https://python.github.io/python-docs-zh-tw/library/email.compat32-message.html#email.message.Message.attach
MIMENonMultiparthttps://python.github.io/python-docs-zh-tw/library/email.mime.html#email.mime.nonmultipart.MIMENonMultipart
MIMEImagehttps://python.github.io/python-docs-zh-tw/library/email.mime.html#email.mime.image.MIMEImage
MultipartConversionErrorhttps://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MultipartConversionError
MessageErrorhttps://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MessageError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.HeaderWriteError
generatorhttps://python.github.io/python-docs-zh-tw/library/email.generator.html#module-email.generator
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MessageDefect
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.HeaderDefect
MessageDefecthttps://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MessageDefect
FeedParserhttps://python.github.io/python-docs-zh-tw/library/email.parser.html#email.parser.FeedParser
email.errors.MessageDefecthttps://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MessageDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.NoBoundaryInMultipartDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.StartBoundaryNotFoundDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.CloseBoundaryNotFoundDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.FirstHeaderLineIsContinuationDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MisplacedEnvelopeHeaderDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MissingHeaderBodySeparatorDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MalformedHeaderDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.MultipartInvariantViolationDefect
is_multipart()https://python.github.io/python-docs-zh-tw/library/email.compat32-message.html#email.message.Message.is_multipart
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.InvalidBase64PaddingDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.InvalidBase64CharactersDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.InvalidBase64LengthDefect
https://python.github.io/python-docs-zh-tw/library/email.errors.html#email.errors.InvalidDateDefect
email.policy: Policy Objectshttps://python.github.io/python-docs-zh-tw/library/email.policy.html
email.headerregistry:自訂標頭物件https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/email.errors.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/email.headerregistry.html
上一頁https://python.github.io/python-docs-zh-tw/library/email.policy.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
網際網路資料處理https://python.github.io/python-docs-zh-tw/library/netdata.html
email --- 郵件和 MIME 處理套件https://python.github.io/python-docs-zh-tw/library/email.html
email.errors:例外和缺陷類別https://python.github.io/python-docs-zh-tw/library/email.errors.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.