HEX
Server: LiteSpeed
System: Linux atali.colombiahosting.com.co 5.14.0-570.12.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 13 06:11:55 EDT 2025 x86_64
User: coopserp (1713)
PHP: 8.2.29
Disabled: dl,exec,passthru,proc_open,proc_close,shell_exec,memory_limit,system,popen,curl_multi_exec,show_source,symlink,link,leak,listen,diskfreespace,tmpfile,ignore_user_abord,highlight_file,source,show_source,fpaththru,virtual,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,posix_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setid,posix_times,posix_ttyname,posix_uname,proc_get_status,proc_nice,proc_terminate
Upload Files
File: //usr/local/lib/python3.9/site-packages/future/backports/email/__pycache__/errors.cpython-39.pyc
a

��?h`�@s�dZddlmZddlmZddlmZddlmZGdd�de�ZGdd	�d	e�Z	Gd
d�de	�Z
Gdd
�d
e	�ZGdd�dee�Z
Gdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZGdd�de�ZeZGd d!�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-e�ZGd.d/�d/e�ZGd0d1�d1e�Z Gd2d3�d3e�Z!Gd4d5�d5e�Z"d6S)7z email package exception classes.�)�unicode_literals)�division)�absolute_import)�superc@seZdZdZdS)�MessageErrorz+Base class for errors in the email package.N��__name__�
__module__�__qualname__�__doc__�rr�G/usr/local/lib/python3.9/site-packages/future/backports/email/errors.pyrsrc@seZdZdZdS)�MessageParseErrorz&Base class for message parsing errors.Nrrrrr
rsrc@seZdZdZdS)�HeaderParseErrorzError while parsing headers.Nrrrrr
rsrc@seZdZdZdS)�
BoundaryErrorz#Couldn't find terminating boundary.Nrrrrr
rsrc@seZdZdZdS)�MultipartConversionErrorz(Conversion to a multipart is prohibited.Nrrrrr
rsrc@seZdZdZdS)�CharsetErrorzAn illegal charset was given.Nrrrrr
r srcs"eZdZdZd�fdd�	Z�ZS)�
MessageDefectz Base class for a message defect.Ncs|durt��|�||_dS�N)r�__init__�line)�selfr��	__class__rr
r(szMessageDefect.__init__)N�rr	r
rr�
__classcell__rrrr
r%src@seZdZdZdS)�NoBoundaryInMultipartDefectzBA message claimed to be a multipart but had no boundary parameter.Nrrrrr
r-src@seZdZdZdS)�StartBoundaryNotFoundDefectz+The claimed start boundary was never found.Nrrrrr
r0src@seZdZdZdS)�CloseBoundaryNotFoundDefectzEA start boundary was found, but not the corresponding close boundary.Nrrrrr
r3src@seZdZdZdS)�#FirstHeaderLineIsContinuationDefectz;A message had a continuation line as its first header line.Nrrrrr
r6src@seZdZdZdS)�MisplacedEnvelopeHeaderDefectz?A 'Unix-from' header was found in the middle of a header block.Nrrrrr
r 9sr c@seZdZdZdS)� MissingHeaderBodySeparatorDefectzEFound line with no leading whitespace and no colon before blank line.Nrrrrr
r!<sr!c@seZdZdZdS)�!MultipartInvariantViolationDefectz?A message claimed to be a multipart but no subparts were found.Nrrrrr
r"Asr"c@seZdZdZdS)�-InvalidMultipartContentTransferEncodingDefectzEAn invalid content transfer encoding was set on the multipart itself.Nrrrrr
r#Dsr#c@seZdZdZdS)�UndecodableBytesDefectz0Header contained bytes that could not be decodedNrrrrr
r$Gsr$c@seZdZdZdS)�InvalidBase64PaddingDefectz/base64 encoded sequence had an incorrect lengthNrrrrr
r%Jsr%c@seZdZdZdS)�InvalidBase64CharactersDefectz=base64 encoded sequence had characters not in base64 alphabetNrrrrr
r&Msr&cs eZdZdZ�fdd�Z�ZS)�HeaderDefectzBase class for a header defect.cst�j|i|��dSr)rr)r�args�kwrrr
rUszHeaderDefect.__init__rrrrr
r'Rsr'c@seZdZdZdS)�InvalidHeaderDefectz+Header is not valid, message gives details.Nrrrrr
r*Xsr*c@seZdZdZdS)�HeaderMissingRequiredValuez(A header that must have a value had noneNrrrrr
r+[sr+cs(eZdZdZ�fdd�Zdd�Z�ZS)�NonPrintableDefectz8ASCII characters outside the ascii-printable range foundcst��|�||_dSr)rr�non_printables)rr-rrr
raszNonPrintableDefect.__init__cCsd�|j�S)Nz6the following ASCII non-printables found in header: {})�formatr-)rrrr
�__str__es�zNonPrintableDefect.__str__)rr	r
rrr/rrrrr
r,^sr,c@seZdZdZdS)�ObsoleteHeaderDefectz0Header uses syntax declared obsolete by RFC 5322Nrrrrr
r0isr0c@seZdZdZdS)�NonASCIILocalPartDefectz(local_part contains non-ASCII charactersNrrrrr
r1lsr1N)#r�
__future__rrrZfuture.builtinsr�	Exceptionrrrr�	TypeErrorrr�
ValueErrorrrrrrr r!�MalformedHeaderDefectr"r#r$r%r&r'r*r+r,r0r1rrrr
�<module>s: