JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrJFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrB  f?@sdZGdddeZGdddeZGdddeZGdddeZGd d d eeZGd d d eZGd dde Z Gddde Z Gddde Z Gddde Z Gddde ZGddde ZGddde ZeZGddde ZGddde ZGdd 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-d.d.eZGd/d0d0eZGd1d2d2eZd3S)4z email package exception classes.c@seZdZdZdS) MessageErrorz+Base class for errors in the email package.N)__name__ __module__ __qualname____doc__rr1/opt/alt/python37/lib64/python3.7/email/errors.pyrsrc@seZdZdZdS)MessageParseErrorz&Base class for message parsing errors.N)rrrrrrrrr src@seZdZdZdS)HeaderParseErrorzError while parsing headers.N)rrrrrrrrr sr c@seZdZdZdS) BoundaryErrorz#Couldn't find terminating boundary.N)rrrrrrrrr sr c@seZdZdZdS)MultipartConversionErrorz(Conversion to a multipart is prohibited.N)rrrrrrrrr sr c@seZdZdZdS) CharsetErrorzAn illegal charset was given.N)rrrrrrrrr sr cs"eZdZdZdfdd ZZS) MessageDefectz Base class for a message defect.Ncs|dk rt|||_dS)N)super__init__line)selfr) __class__rrr$s zMessageDefect.__init__)N)rrrrr __classcell__rr)rrr !sr c@seZdZdZdS)NoBoundaryInMultipartDefectzBA message claimed to be a multipart but had no boundary parameter.N)rrrrrrrrr)src@seZdZdZdS)StartBoundaryNotFoundDefectz+The claimed start boundary was never found.N)rrrrrrrrr,src@seZdZdZdS)CloseBoundaryNotFoundDefectzEA start boundary was found, but not the corresponding close boundary.N)rrrrrrrrr/src@seZdZdZdS)#FirstHeaderLineIsContinuationDefectz;A message had a continuation line as its first header line.N)rrrrrrrrr2src@seZdZdZdS)MisplacedEnvelopeHeaderDefectz?A 'Unix-from' header was found in the middle of a header block.N)rrrrrrrrr5src@seZdZdZdS) MissingHeaderBodySeparatorDefectzEFound line with no leading whitespace and no colon before blank line.N)rrrrrrrrr8src@seZdZdZdS)!MultipartInvariantViolationDefectz?A message claimed to be a multipart but no subparts were found.N)rrrrrrrrr=src@seZdZdZdS)-InvalidMultipartContentTransferEncodingDefectzEAn invalid content transfer encoding was set on the multipart itself.N)rrrrrrrrr@src@seZdZdZdS)UndecodableBytesDefectz0Header contained bytes that could not be decodedN)rrrrrrrrrCsrc@seZdZdZdS)InvalidBase64PaddingDefectz/base64 encoded sequence had an incorrect lengthN)rrrrrrrrrFsrc@seZdZdZdS)InvalidBase64CharactersDefectz=base64 encoded sequence had characters not in base64 alphabetN)rrrrrrrrrIsrc@seZdZdZdS)InvalidBase64LengthDefectz4base64 encoded sequence had invalid length (1 mod 4)N)rrrrrrrrrLsrcs eZdZdZfddZZS) HeaderDefectzBase class for a header defect.cstj||dS)N)rr)rargskw)rrrrTszHeaderDefect.__init__)rrrrrrrr)rrr Qsr c@seZdZdZdS)InvalidHeaderDefectz+Header is not valid, message gives details.N)rrrrrrrrr#Wsr#c@seZdZdZdS)HeaderMissingRequiredValuez(A header that must have a value had noneN)rrrrrrrrr$Zsr$cs(eZdZdZfddZddZZS)NonPrintableDefectz8ASCII characters outside the ascii-printable range foundcst|||_dS)N)rrnon_printables)rr&)rrrr`s zNonPrintableDefect.__init__cCs d|jS)Nz6the following ASCII non-printables found in header: {})formatr&)rrrr__str__dszNonPrintableDefect.__str__)rrrrrr(rrr)rrr%]s r%c@seZdZdZdS)ObsoleteHeaderDefectz0Header uses syntax declared obsolete by RFC 5322N)rrrrrrrrr)hsr)c@seZdZdZdS)NonASCIILocalPartDefectz(local_part contains non-ASCII charactersN)rrrrrrrrr*ksr*N)r Exceptionrrr r TypeErrorr r ValueErrorr rrrrrrZMalformedHeaderDefectrrrrrrr r#r$r%r)r*rrrrs4