JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrJFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrU if@sdZGdddeZGdddeZGdddeZGdddeZGd d d eeZGd d d eZGd ddeZ Gddde Z Gddde Z Gddde Z Gddde ZGddde ZGddde ZGddde ZeZGddde ZGdd d e ZGd!d"d"e ZGd#d$d$e ZGd%d&d&e ZGd'd(d(e ZGd)d*d*e ZGd+d,d,eZGd-d.d.eZGd/d0d0eZGd1d2d2eZGd3d4d4eZd5S)6z email package exception classes.c@seZdZdZdS) MessageErrorz+Base class for errors in the email package.N__name__ __module__ __qualname____doc__rr1/opt/alt/python38/lib64/python3.8/email/errors.pyrsrc@seZdZdZdS)MessageParseErrorz&Base class for message parsing errors.Nrrrrrr sr c@seZdZdZdS)HeaderParseErrorzError while parsing headers.Nrrrrrr sr c@seZdZdZdS) BoundaryErrorz#Couldn't find terminating boundary.Nrrrrrr sr c@seZdZdZdS)MultipartConversionErrorz(Conversion to a multipart is prohibited.Nrrrrrr sr c@seZdZdZdS) CharsetErrorzAn illegal charset was given.Nrrrrrr sr c@seZdZdZdS)HeaderWriteErrorzError while writing headers.Nrrrrrr srcs"eZdZdZdfdd ZZS) MessageDefectz Base class for a message defect.Ncs|dk rt|||_dSN)super__init__line)selfr __class__rrr(s zMessageDefect.__init__)Nrrrrr __classcell__rrrrr%src@seZdZdZdS)NoBoundaryInMultipartDefectzBA message claimed to be a multipart but had no boundary parameter.Nrrrrrr-src@seZdZdZdS)StartBoundaryNotFoundDefectz+The claimed start boundary was never found.Nrrrrrr0src@seZdZdZdS)CloseBoundaryNotFoundDefectzEA start boundary was found, but not the corresponding close boundary.Nrrrrrr3src@seZdZdZdS)#FirstHeaderLineIsContinuationDefectz;A message had a continuation line as its first header line.Nrrrrrr6src@seZdZdZdS)MisplacedEnvelopeHeaderDefectz?A 'Unix-from' header was found in the middle of a header block.Nrrrrrr9src@seZdZdZdS) MissingHeaderBodySeparatorDefectzEFound line with no leading whitespace and no colon before blank line.Nrrrrrr<src@seZdZdZdS)!MultipartInvariantViolationDefectz?A message claimed to be a multipart but no subparts were found.NrrrrrrAsrc@seZdZdZdS)-InvalidMultipartContentTransferEncodingDefectzEAn invalid content transfer encoding was set on the multipart itself.Nrrrrrr Dsr c@seZdZdZdS)UndecodableBytesDefectz0Header contained bytes that could not be decodedNrrrrrr!Gsr!c@seZdZdZdS)InvalidBase64PaddingDefectz/base64 encoded sequence had an incorrect lengthNrrrrrr"Jsr"c@seZdZdZdS)InvalidBase64CharactersDefectz=base64 encoded sequence had characters not in base64 alphabetNrrrrrr#Msr#c@seZdZdZdS)InvalidBase64LengthDefectz4base64 encoded sequence had invalid length (1 mod 4)Nrrrrrr$Psr$cs eZdZdZfddZZS) HeaderDefectzBase class for a header defect.cstj||dSr)rr)rargskwrrrrXszHeaderDefect.__init__rrrrrr%Usr%c@seZdZdZdS)InvalidHeaderDefectz+Header is not valid, message gives details.Nrrrrrr([sr(c@seZdZdZdS)HeaderMissingRequiredValuez(A header that must have a value had noneNrrrrrr)^sr)cs(eZdZdZfddZddZZS)NonPrintableDefectz8ASCII characters outside the ascii-printable range foundcst|||_dSr)rrnon_printables)rr+rrrrds zNonPrintableDefect.__init__cCs d|jS)Nz6the following ASCII non-printables found in header: {})formatr+)rrrr__str__hszNonPrintableDefect.__str__)rrrrrr-rrrrrr*as r*c@seZdZdZdS)ObsoleteHeaderDefectz0Header uses syntax declared obsolete by RFC 5322Nrrrrrr.lsr.c@seZdZdZdS)NonASCIILocalPartDefectz(local_part contains non-ASCII charactersNrrrrrr/osr/N)r Exceptionrr r r TypeErrorr r r ValueErrorrrrrrrrZMalformedHeaderDefectrr r!r"r#r$r%r(r)r*r.r/rrrrs6