| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/python33/lib64/python3.3/email/mime/__pycache__/ |
Upload File : |
�
� f% c @ s9 d Z d g Z d d l m Z Gd d � d e � Z d S( u. Base class for MIME multipart/* type messages.u
MIMEMultiparti ( u MIMEBasec B s/ | Ee Z d Z d Z d d d d d � Z d S( u
MIMEMultipartu. Base class for MIME multipart/* type messages.u mixedc K s` t j | d | | � g | _ | rF x | D] } | j | � q, Wn | r\ | j | � n d S( u� Creates a multipart/* type message.
By default, creates a multipart/mixed message, with proper
Content-Type and MIME-Version headers.
_subtype is the subtype of the multipart content type, defaulting to
`mixed'.
boundary is the multipart boundary string. By default it is
calculated as needed.
_subparts is a sequence of initial subparts for the payload. It
must be an iterable object, such as a list. You can always
attach new subparts to the message by using the attach() method.
Additional parameters for the Content-Type header are taken from the
keyword arguments (or passed into the _params argument).
u multipartN( u MIMEBaseu __init__u _payloadu attachu set_boundary( u selfu _subtypeu boundaryu _subpartsu _paramsu p( ( u9 /opt/alt/python33/lib64/python3.3/email/mime/multipart.pyu __init__ s
u MIMEMultipart.__init__N( u __name__u
__module__u __qualname__u __doc__u Noneu __init__( u
__locals__( ( u9 /opt/alt/python33/lib64/python3.3/email/mime/multipart.pyu
MIMEMultipart
s N( u __doc__u __all__u email.mime.baseu MIMEBaseu
MIMEMultipart( ( ( u9 /opt/alt/python33/lib64/python3.3/email/mime/multipart.pyu <module> s