| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/2843/cwd/usr/lib/python2.6/email/ |
Upload File : |
Ñò
ÉÉŽJc @ s{ d Z d d g Z d d k Z d d k l Z d d k l Z d d k l Z d d
d „ ƒ YZ d e f d „ ƒ YZ
d S( s- A parser of RFC 2822 and MIME email messages.t Parsert HeaderParseriÿÿÿÿN( t StringIO( t
FeedParser( t Messagec B s) e Z d „ Z e d „ Z e d „ Z RS( c O s t | ƒ d j o/ d | j o t d ƒ ‚ n | d | d <n t | ƒ d j o/ d | j o t d ƒ ‚ n | d | d <n t | ƒ d j o t d ƒ ‚ n d | j o | d | _ | d =n
t | _ d | j o t i d t d ƒ | d =n | o t d
ƒ ‚ n d S( sÌ Parser of RFC 2822 and MIME email messages.
Creates an in-memory object tree representing the email message, which
can then be manipulated and turned over to a Generator to return the
textual representation of the message.
The string must be formatted as a block of RFC 2822 headers and header
continuation lines, optionally preceeded by a `Unix-from' header. The
header block is terminated either by the end of the string or by a
blank line.
_class is the class to instantiate for new message objects when they
must be created. This class must have a constructor that can take
zero arguments. Default is Message.Message.
i t _classs( Multiple values for keyword arg '_class'i i t stricts( Multiple values for keyword arg 'strict's Too many argumentss- 'strict' argument is deprecated (and ignored)s Unexpected keyword argumentsN( t lent TypeErrorR R t warningst warnt DeprecationWarning( t selft argst kws( ( s"