Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.11 /
email /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-311.pyc
2.06
KB
-rw-r--r--
2025-04-07 20:15
_encoded_words.cpython-311.pyc
8.9
KB
-rw-r--r--
2025-04-07 20:15
_header_value_parser.cpython-311.pyc
146.13
KB
-rw-r--r--
2025-04-07 20:15
_parseaddr.cpython-311.pyc
23.73
KB
-rw-r--r--
2025-04-07 20:15
_policybase.cpython-311.pyc
19.24
KB
-rw-r--r--
2025-04-07 20:15
base64mime.cpython-311.pyc
4.25
KB
-rw-r--r--
2025-04-07 20:15
charset.cpython-311.pyc
15.64
KB
-rw-r--r--
2025-04-07 20:15
contentmanager.cpython-311.pyc
13.5
KB
-rw-r--r--
2025-04-07 20:15
encoders.cpython-311.pyc
2.33
KB
-rw-r--r--
2025-04-07 20:15
errors.cpython-311.pyc
8.46
KB
-rw-r--r--
2025-04-07 20:15
feedparser.cpython-311.pyc
20.96
KB
-rw-r--r--
2025-04-07 20:15
generator.cpython-311.pyc
21.86
KB
-rw-r--r--
2025-04-07 20:15
header.cpython-311.pyc
26.34
KB
-rw-r--r--
2025-04-07 20:15
headerregistry.cpython-311.pyc
32.96
KB
-rw-r--r--
2025-04-07 20:15
iterators.cpython-311.pyc
3.09
KB
-rw-r--r--
2025-04-07 20:15
message.cpython-311.pyc
57.51
KB
-rw-r--r--
2025-04-07 20:15
parser.cpython-311.pyc
7.21
KB
-rw-r--r--
2025-04-07 20:15
policy.cpython-311.pyc
12.14
KB
-rw-r--r--
2025-04-07 20:15
quoprimime.cpython-311.pyc
10.97
KB
-rw-r--r--
2025-04-07 20:15
utils.cpython-311.pyc
18.85
KB
-rw-r--r--
2025-04-07 20:15
Save
Rename
� *�KgSQ � � � d Z ddlmZ ddlmZ ddlmZ ddlmZ G d� d� � Z G d� d � � Z G d � de � � Zd� Z G d � d� � Z G d� de � � Z G d� d� � Z G d� de� � Z G d� d� � Z G d� de� � Z G d� de� � Z G d� de� � Z G d� d� � Z G d� d � � Z G d!� d"e� � Z G d#� d$e� � Z G d%� d&� � Z G d'� d(� � Zi d)e�d*e�d+e�d,e�d-e�d.e�d/e�d0e�d1e�d2e�d3e�d4e�d5e�d6e�d7e�d8e�d9e�eeed:��Z G d;� d<� � Zd=S )>z�Representing and manipulating email headers via custom objects. This module provides an implementation of the HeaderRegistry API. The implementation is designed to flexibly follow RFC5322 rules. � )�MappingProxyType)�utils)�errors)�_header_value_parserc � � e Zd Zdd�Zed� � � Zed� � � Zed� � � Zed� � � Zd� Z d � Z d � ZdS )�Address� Nc � � d� t d||||f� � � � }d|v sd|v rt d� � �|�q|s|rt d� � �t j |� � \ }}|r#t d� ||� � � � �|j r |j d �|j }|j }|| _ || _ || _ dS ) a� Create an object representing a full email address. An address can have a 'display_name', a 'username', and a 'domain'. In addition to specifying the username and domain separately, they may be specified together by using the addr_spec keyword *instead of* the username and domain keywords. If an addr_spec string is specified it must be properly quoted according to RFC 5322 rules; an error will be raised if it is not. An Address object has display_name, username, domain, and addr_spec attributes, all of which are read-only. The addr_spec and the string value of the object are both quoted according to RFC5322 rules, but without any Content Transfer Encoding. r N� � z8invalid arguments; address parts cannot contain CR or LFz=addrspec specified when username and/or domain also specifiedz6Invalid addr_spec; only '{}' could be parsed from '{}'r ) �join�filter� ValueError� TypeError�parser� get_addr_spec�format�all_defects� local_part�domain� _display_name� _username�_domain)�self�display_name�usernamer � addr_spec�inputs�a_s�rests �+/usr/lib/python3.11/email/headerregistry.py�__init__zAddress.__init__ s� � �"