File: //proc/2/cwd/usr/lib/python2.4/email/Message.pyc
mò
‚=5Dc @ sº d Z d k Z d k Z d k Z d k Z d k l Z d k l Z d k l Z d k l
Z
d Z e i d ƒ Z
e i d ƒ Z d e d „ Z d
„ Z d „ Z d f d
„ ƒ YZ d S( s8 Basic message object for the email package object model.N( s StringIO( s Utils( s Errors( s Charsets ; s \s*;\s*s [ \(\)<>@,;:\\"/\[\]\?=]c C s« | d j o– t | ƒ d j oƒ t | t ƒ o/ | d 7} t i | d | d | d ƒ } n | p t i
| ƒ o d | t i | ƒ f Sq§ d | | f Sn | Sd S( s~ Convenience function to format and return a key=value pair.
This will quote the value if needed or if quote is true.
i t *i i s %s="%s"s %s=%sN( t valuet Nonet lent
isinstancet tuplet paramt Utilst encode_rfc2231t quotet tspecialst search( R R R ( ( t# /usr/lib/python2.4/email/Message.pyt _formatparam s
%c C s g } x| d d j oò | d } | i d ƒ } xB | d j o4 | i d d | ƒ d o | i d | d ƒ } q6 W| d j o t | ƒ } n | | } d | j o? | i d ƒ } | | i ƒ i
ƒ d | | d i ƒ } n | i | i ƒ ƒ | | } q W| S( Ni t ;i t "i t =( t plistt st findt endt countR t ft indext it stript lowert append( R R R R R ( ( R t _parseparam6 s"