|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/lib64/python2.4/email/ |
Upload File : |
mò
‚=5Dc @ s: d Z d k l Z d k l Z d e f d „ ƒ YZ d S( s. Class representing text/* type MIME documents.( s MIMENonMultipart( s encode_7or8bitt MIMETextc B s t Z d Z d d d „ Z RS( s0 Class for generating text/* type MIME documents.t plains us-asciic C s3 t i | d | h d | < | i | | ƒ d S( s~ Create a text/* type MIME document.
_text is the string for this message object.
_subtype is the MIME sub content type, defaulting to "plain".
_charset is the character set parameter added to the Content-Type
header. This defaults to "us-ascii". Note that as a side-effect, the
Content-Transfer-Encoding header will also be set.
t textt charsetN( t MIMENonMultipartt __init__t selft _subtypet _charsett set_payloadt _text( R R
R R ( ( t&