File: //proc/2/cwd/proc/2/root/proc/2/task/2/root/usr/lib/python2.4/email/Parser.pyc
mō
=5Dc @ sc d Z d k Z d k l Z d k l Z d k l Z d f d YZ d e f d YZ d S( s- A parser of RFC 2822 and MIME email messages.N( s StringIO( s
FeedParser( s Messaget Parserc B s) t Z d Z e d Z e d Z RS( Nc 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 argst kwst TypeErrort selfR t Messaget warningst warnt DeprecationWarning( R R R ( ( t"