Server IP : 184.154.167.98 / Your IP : 18.117.145.67 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib64/python3.8/email/__pycache__/ |
Upload File : |
U e5dW � @ sL d Z dddgZddlZddlmZ dd� Zdd d�Zddd�Zddd �ZdS )z1Various types of useful iterators and generators.�body_line_iterator�typed_subpart_iterator�walk� N)�StringIOc c s. | V | � � r*| �� D ]}|�� E dH qdS )z�Walk over the message tree, yielding each subpart. The walk is performed in depth-first order. This method is a generator. N)�is_multipart�get_payloadr )�self�subpart� r �'/usr/lib64/python3.8/email/iterators.pyr s Fc c s6 | � � D ](}|j|d�}t|t�rt|�E dH qdS )z�Iterate over the parts, returning string payloads line-by-line. Optional decode (default False) is passed through to .get_payload(). )�decodeN)r r � isinstance�strr )�msgr r Zpayloadr r r r "