Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.10/email/__pycache__/ |
Upload File : |
o }�5hW � @ sJ d Z g d�ZddlZddlmZ dd� Zddd �Zddd�Zdd d�ZdS )z1Various types of useful iterators and generators.)�body_line_iterator�typed_subpart_iterator�walk� N)�StringIOc c s4 � | V | � � r| �� D ]}|�� E dH qdS dS )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/lib/python3.10/email/iterators.pyr s ��r Fc c s8 � | � � 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 �payloadr r r r "