| Server IP : 85.214.239.14 / Your IP : 216.73.216.210 Web Server : Apache/2.4.65 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/cwd/proc/2/cwd/usr/lib/python3.5/email/__pycache__/ |
Upload File : |
F��aW � @ sw d Z d d d g Z d d l Z d d l m Z d d � Z d d d � Z d
d d d � Z d d d d d
� Z d S)z1Various types of useful iterators and generators.�body_line_iterator�typed_subpart_iterator�walk� N)�StringIOc c s; | V| j � r7 x# | j � D] } | j � Ed Hq Wd S)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.5/email/iterators.pyr s Fc c sK xD | j � D]6 } | j d | � } t | t � r
t | � Ed Hq
Wd S)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 "