Viewing File: /opt/alt/python311/lib64/python3.11/email/__pycache__/errors.cpython-311.opt-1.pyc
f d Z G d de Z G d de Z G d de Z G d de Z G d d
ee Z G d de Z G d
de Z
G d de
Z G d de
Z G d de
Z
G d de
Z G d de
Z G d de
ZeZ G d de
Z G d de
Z G d d e
Z G d! d"e
Z G d# d$e
Z G d% d&e
Z G d' d(e
Z G d) d*e Z G d+ d,e Z G d- d.e Z G d/ d0e Z G d1 d2e Z G d3 d4e Zd5S )6z email package exception classes.c e Zd ZdZdS )MessageErrorz+Base class for errors in the email package.N__name__
__module____qualname____doc__ 3/opt/alt/python311/lib64/python3.11/email/errors.pyr r 5555r
r c e Zd ZdZdS )MessageParseErrorz&Base class for message parsing errors.Nr r r
r r r s 0000r
r c e Zd ZdZdS )HeaderParseErrorzError while parsing headers.Nr r r
r r r s &&&&r
r c e Zd ZdZdS )
BoundaryErrorz#Couldn't find terminating boundary.Nr r r
r r r s ----r
r c e Zd ZdZdS )MultipartConversionErrorz(Conversion to a multipart is prohibited.Nr r r
r r r 2222r
r c e Zd ZdZdS )CharsetErrorzAn illegal charset was given.Nr r r
r r r s ''''r
r c $ e Zd ZdZd fd Z xZS )
MessageDefectz Base class for a message defect.Nc \ |!t | || _ d S N)super__init__line)selfr __class__s r r zMessageDefect.__init__$ s, GGT""" r
r r r r r r
__classcell__r s @r r r ! sC ** r
r c e Zd ZdZdS )NoBoundaryInMultipartDefectzBA message claimed to be a multipart but had no boundary parameter.Nr r r
r r% r% ) s LLLLr
r% c e Zd ZdZdS )StartBoundaryNotFoundDefectz+The claimed start boundary was never found.Nr r r
r r' r' , r r
r' c e Zd ZdZdS )CloseBoundaryNotFoundDefectzEA start boundary was found, but not the corresponding close boundary.Nr r r
r r) r) / OOOOr
r) c e Zd ZdZdS )#FirstHeaderLineIsContinuationDefectz;A message had a continuation line as its first header line.Nr r r
r r, r, 2 s EEEEr
r, c e Zd ZdZdS )MisplacedEnvelopeHeaderDefectz?A 'Unix-from' header was found in the middle of a header block.Nr r r
r r. r. 5 IIIIr
r. c e Zd ZdZdS ) MissingHeaderBodySeparatorDefectzEFound line with no leading whitespace and no colon before blank line.Nr r r
r r1 r1 8 r* r
r1 c e Zd ZdZdS )!MultipartInvariantViolationDefectz?A message claimed to be a multipart but no subparts were found.Nr r r
r r3 r3 = r/ r
r3 c e Zd ZdZdS )-InvalidMultipartContentTransferEncodingDefectzEAn invalid content transfer encoding was set on the multipart itself.Nr r r
r r5 r5 @ r* r
r5 c e Zd ZdZdS )UndecodableBytesDefectz0Header contained bytes that could not be decodedNr r r
r r7 r7 C ::::r
r7 c e Zd ZdZdS )InvalidBase64PaddingDefectz/base64 encoded sequence had an incorrect lengthNr r r
r r: r: F s 9999r
r: c e Zd ZdZdS )InvalidBase64CharactersDefectz=base64 encoded sequence had characters not in base64 alphabetNr r r
r r<