Files
PowerToys/PythonHome/Lib/email/mime/multipart.pyc

20 lines
1.6 KiB
Plaintext
Raw Normal View History

2014-07-09 18:15:23 +08:00
<03>
<EFBFBD>W`Sc@s9dZdgZddlmZdefd<00><00>YZdS(s.Base class for MIME multipart/* type messages.t MIMEMultiparti<74><69><EFBFBD><EFBFBD>(tMIMEBasecBs eZdZdddd<00>ZRS(s.Base class for MIME multipart/* type messages.tmixedcKs`tj|d||<00>g|_|rFx|D]}|j|<00>q,Wn|r\|j|<00>ndS(s<>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).
t multipartN(Rt__init__t_payloadtattacht set_boundary(tselft_subtypetboundaryt _subpartst_paramstp((s.\Lib\email\mime\multipart.pyRs  N(t__name__t
__module__t__doc__tNoneR(((s.\Lib\email\mime\multipart.pyR sN(Rt__all__temail.mime.baseRR(((s.\Lib\email\mime\multipart.pyt<module>s