Package email :: Module errors
[hide private]
[frames] | no frames]

Module errors

email package exception classes.

Classes [hide private]
  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.