lib64
/
python3.8
/
email
/
__pycache__
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
__init__.cpython-38.opt-1.pyc
1.65 KB
Rename
Delete
__init__.cpython-38.opt-2.pyc
1.04 KB
Rename
Delete
__init__.cpython-38.pyc
1.65 KB
Rename
Delete
_encoded_words.cpython-38.opt-1.pyc
5.55 KB
Rename
Delete
_encoded_words.cpython-38.opt-2.pyc
3.71 KB
Rename
Delete
_encoded_words.cpython-38.pyc
5.55 KB
Rename
Delete
_header_value_parser.cpython-38.opt-1.pyc
78.01 KB
Rename
Delete
_header_value_parser.cpython-38.opt-2.pyc
61.54 KB
Rename
Delete
_header_value_parser.cpython-38.pyc
78.06 KB
Rename
Delete
_parseaddr.cpython-38.opt-1.pyc
12.18 KB
Rename
Delete
_parseaddr.cpython-38.opt-2.pyc
9.29 KB
Rename
Delete
_parseaddr.cpython-38.pyc
12.18 KB
Rename
Delete
_policybase.cpython-38.opt-1.pyc
14.46 KB
Rename
Delete
_policybase.cpython-38.opt-2.pyc
5.84 KB
Rename
Delete
_policybase.cpython-38.pyc
14.46 KB
Rename
Delete
base64mime.cpython-38.opt-1.pyc
3.16 KB
Rename
Delete
base64mime.cpython-38.opt-2.pyc
1.43 KB
Rename
Delete
base64mime.cpython-38.pyc
3.16 KB
Rename
Delete
charset.cpython-38.opt-1.pyc
11.16 KB
Rename
Delete
charset.cpython-38.opt-2.pyc
4.98 KB
Rename
Delete
charset.cpython-38.pyc
11.19 KB
Rename
Delete
contentmanager.cpython-38.opt-1.pyc
7.19 KB
Rename
Delete
contentmanager.cpython-38.opt-2.pyc
7.19 KB
Rename
Delete
contentmanager.cpython-38.pyc
7.19 KB
Rename
Delete
encoders.cpython-38.opt-1.pyc
1.58 KB
Rename
Delete
encoders.cpython-38.opt-2.pyc
1.23 KB
Rename
Delete
encoders.cpython-38.pyc
1.58 KB
Rename
Delete
errors.cpython-38.opt-1.pyc
5.77 KB
Rename
Delete
errors.cpython-38.opt-2.pyc
4.37 KB
Rename
Delete
errors.cpython-38.pyc
5.77 KB
Rename
Delete
feedparser.cpython-38.opt-1.pyc
10.25 KB
Rename
Delete
feedparser.cpython-38.opt-2.pyc
8.62 KB
Rename
Delete
feedparser.cpython-38.pyc
10.39 KB
Rename
Delete
generator.cpython-38.opt-1.pyc
12.23 KB
Rename
Delete
generator.cpython-38.opt-2.pyc
8.62 KB
Rename
Delete
generator.cpython-38.pyc
12.23 KB
Rename
Delete
header.cpython-38.opt-1.pyc
16.06 KB
Rename
Delete
header.cpython-38.opt-2.pyc
10.56 KB
Rename
Delete
header.cpython-38.pyc
16.06 KB
Rename
Delete
headerregistry.cpython-38.opt-1.pyc
21.48 KB
Rename
Delete
headerregistry.cpython-38.opt-2.pyc
15.85 KB
Rename
Delete
headerregistry.cpython-38.pyc
21.53 KB
Rename
Delete
iterators.cpython-38.opt-1.pyc
1.88 KB
Rename
Delete
iterators.cpython-38.opt-2.pyc
1.27 KB
Rename
Delete
iterators.cpython-38.pyc
1.88 KB
Rename
Delete
message.cpython-38.opt-1.pyc
36.99 KB
Rename
Delete
message.cpython-38.opt-2.pyc
20.82 KB
Rename
Delete
message.cpython-38.pyc
36.99 KB
Rename
Delete
parser.cpython-38.opt-1.pyc
5.59 KB
Rename
Delete
parser.cpython-38.opt-2.pyc
2.64 KB
Rename
Delete
parser.cpython-38.pyc
5.59 KB
Rename
Delete
policy.cpython-38.opt-1.pyc
9.43 KB
Rename
Delete
policy.cpython-38.opt-2.pyc
3.36 KB
Rename
Delete
policy.cpython-38.pyc
9.43 KB
Rename
Delete
quoprimime.cpython-38.opt-1.pyc
7.50 KB
Rename
Delete
quoprimime.cpython-38.opt-2.pyc
4.11 KB
Rename
Delete
quoprimime.cpython-38.pyc
7.50 KB
Rename
Delete
utils.cpython-38.opt-1.pyc
9.32 KB
Rename
Delete
utils.cpython-38.opt-2.pyc
6.07 KB
Rename
Delete
utils.cpython-38.pyc
9.32 KB
Rename
Delete
U e5d�( � @ s� d Z ddlZddlZddlmZmZmZmZ ddlm Z ddl mZ ddlm Z ddlmZ dd d ddd ddgZe�d�ZeG dd� de��Ze� Ze`ejdd�Zejdd�Zejddd�Zejdd�ZdS )zcThis will be the home for the policy that hooks in the new code that adds all the email6 features. � N)�Policy�Compat32�compat32�_extend_docstrings)�_has_surrogates)�HeaderRegistry)�raw_data_manager)�EmailMessager r r �EmailPolicy�default�strict�SMTP�HTTPz\n|\rc sp e Zd ZdZeZdZdZe� Z e Z� fdd�Zdd� Z dd � Zd d� Zdd � Zdd� Zdd� Zddd�Z� ZS )r aQ + PROVISIONAL The API extensions enabled by this policy are currently provisional. Refer to the documentation for details. This policy adds new header parsing and folding algorithms. Instead of simple strings, headers are custom objects with custom attributes depending on the type of the field. The folding algorithm fully implements RFCs 2047 and 5322. In addition to the settable attributes listed above that apply to all Policies, this policy adds the following additional attributes: utf8 -- if False (the default) message headers will be serialized as ASCII, using encoded words to encode any non-ASCII characters in the source strings. If True, the message headers will be serialized using utf8 and will not contain encoded words (see RFC 6532 for more on this serialization format). refold_source -- if the value for a header in the Message object came from the parsing of some source, this attribute indicates whether or not a generator should refold that value when transforming the message back into stream form. The possible values are: none -- all source values use original folding long -- source values that have any line that is longer than max_line_length will be refolded all -- all values are refolded. The default is 'long'. header_factory -- a callable that takes two arguments, 'name' and 'value', where 'name' is a header field name and 'value' is an unfolded header field value, and returns a string-like object that represents that header. A default header_factory is provided that understands some of the RFC5322 header field types. (Currently address fields and date fields have special treatment, while all other fields are treated as unstructured. This list will be completed before the extension is marked stable.) content_manager -- an object with at least two methods: get_content and set_content. When the get_content or set_content method of a Message object is called, it calls the corresponding method of this object, passing it the message object as its first argument, and any arguments or keywords that were passed to it as additional arguments. The default content_manager is :data:`~email.contentmanager.raw_data_manager`. F�longc s* d|krt �| dt� � t� jf |� d S )N�header_factory)�object�__setattr__r �super�__init__)�self�kw�� __class__� �$/usr/lib64/python3.8/email/policy.pyr ] s zEmailPolicy.__init__c C s | j | jS )z�+ The implementation for this class returns the max_count attribute from the specialized header class that would be used to construct a header of type 'name'. )r Z max_count)r �namer r r �header_max_countd s zEmailPolicy.header_max_countc C s>