We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dcb44 commit af41733Copy full SHA for af41733
Doc/library/email.errors.rst
@@ -58,6 +58,13 @@ The following exception classes are defined in the :mod:`email.errors` module:
58
:class:`~email.mime.nonmultipart.MIMENonMultipart` (e.g.
59
:class:`~email.mime.image.MIMEImage`).
60
61
+
62
+.. exception:: HeaderWriteError()
63
64
+ Raised when an error occurs when the :mod:`~email.generator` outputs
65
+ headers.
66
67
68
.. exception:: MessageDefect()
69
70
This is the base class for all defects found when parsing email messages.
0 commit comments