| Trees | Indices | Help |
|
|---|
|
|
email package exception classes.
|
|||
|
MessageError Base class for errors in the email package. |
|||
|
MessageParseError Base class for message parsing errors. |
|||
|
HeaderParseError Error while parsing headers. |
|||
|
BoundaryError Couldn't find terminating boundary. |
|||
|
MultipartConversionError Conversion to a multipart is prohibited. |
|||
|
CharsetError An illegal charset was given. |
|||
|
MessageDefect Base class for a message defect. |
|||
|
NoBoundaryInMultipartDefect A message claimed to be a multipart but had no boundary parameter. |
|||
|
StartBoundaryNotFoundDefect The claimed start boundary was never found. |
|||
|
FirstHeaderLineIsContinuationDefect A message had a continuation line as its first header line. |
|||
|
MisplacedEnvelopeHeaderDefect A 'Unix-from' header was found in the middle of a header block. |
|||
|
MalformedHeaderDefect Found a header that was missing a colon, or was otherwise malformed. |
|||
|
MultipartInvariantViolationDefect A message claimed to be a multipart but no subparts were found. |
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:40:45 2008 | http://epydoc.sourceforge.net |