PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB`  oY @s#dZGdddeZGdddeZGdddeZGdddeZGd 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(eZGd)d*d*eZGd+d,d,eZGd-d.d.eZGd/d0d0eZd1S)2z email package exception classes.c@seZdZdZdS) MessageErrorz+Base class for errors in the email package.N)__name__ __module__ __qualname____doc__rr%/opt/python35/lib/python3.5/errors.pyrs rc@seZdZdZdS)MessageParseErrorz&Base class for message parsing errors.N)rrrrrrrrr s rc@seZdZdZdS)HeaderParseErrorzError while parsing headers.N)rrrrrrrrr s r c@seZdZdZdS) BoundaryErrorz#Couldn't find terminating boundary.N)rrrrrrrrr s r c@seZdZdZdS)MultipartConversionErrorz(Conversion to a multipart is prohibited.N)rrrrrrrrr s r c@seZdZdZdS) CharsetErrorzAn illegal charset was given.N)rrrrrrrrr s r cs+eZdZdZdfddZS) MessageDefectz Base class for a message defect.Ncs)|dk rtj|||_dS)N)super__init__line)selfr) __class__rrr$s zMessageDefect.__init__)rrrrrrr)rrr !s r c@seZdZdZdS)NoBoundaryInMultipartDefectzBA message claimed to be a multipart but had no boundary parameter.N)rrrrrrrrr)s rc@seZdZdZdS)StartBoundaryNotFoundDefectz+The claimed start boundary was never found.N)rrrrrrrrr,s rc@seZdZdZdS)CloseBoundaryNotFoundDefectzEA start boundary was found, but not the corresponding close boundary.N)rrrrrrrrr/s rc@seZdZdZdS)#FirstHeaderLineIsContinuationDefectz;A message had a continuation line as its first header line.N)rrrrrrrrr2s rc@seZdZdZdS)MisplacedEnvelopeHeaderDefectz?A 'Unix-from' header was found in the middle of a header block.N)rrrrrrrrr5s rc@seZdZdZdS) MissingHeaderBodySeparatorDefectzEFound line with no leading whitespace and no colon before blank line.N)rrrrrrrrr8s rc@seZdZdZdS)!MultipartInvariantViolationDefectz?A message claimed to be a multipart but no subparts were found.N)rrrrrrrrr=s rc@seZdZdZdS)-InvalidMultipartContentTransferEncodingDefectzEAn invalid content transfer encoding was set on the multipart itself.N)rrrrrrrrr@s rc@seZdZdZdS)UndecodableBytesDefectz0Header contained bytes that could not be decodedN)rrrrrrrrrCs rc@seZdZdZdS)InvalidBase64PaddingDefectz/base64 encoded sequence had an incorrect lengthN)rrrrrrrrrFs rc@seZdZdZdS)InvalidBase64CharactersDefectz=base64 encoded sequence had characters not in base64 alphabetN)rrrrrrrrrIs rcs(eZdZdZfddZS) HeaderDefectzBase class for a header defect.cstj||dS)N)rr)rargskw)rrrrQszHeaderDefect.__init__)rrrrrrr)rrrNs rc@seZdZdZdS)InvalidHeaderDefectz+Header is not valid, message gives details.N)rrrrrrrrr!Ts r!c@seZdZdZdS)HeaderMissingRequiredValuez(A header that must have a value had noneN)rrrrrrrrr"Ws r"cs4eZdZdZfddZddZS)NonPrintableDefectz8ASCII characters outside the ascii-printable range foundcstj|||_dS)N)rrnon_printables)rr$)rrrr]szNonPrintableDefect.__init__cCsdj|jS)Nz6the following ASCII non-printables found in header: {})formatr$)rrrr__str__aszNonPrintableDefect.__str__)rrrrrr&rr)rrr#Zs r#c@seZdZdZdS)ObsoleteHeaderDefectz0Header uses syntax declared obsolete by RFC 5322N)rrrrrrrrr'es r'c@seZdZdZdS)NonASCIILocalPartDefectz(local_part contains non-ASCII charactersN)rrrrrrrrr(hs r(N)r Exceptionrrr r TypeErrorr r ValueErrorr rrrrrrZMalformedHeaderDefectrrrrrrr!r"r#r'r(rrrrs2