[Patches] [ python-Patches-920037 ] email/__init__.py: Parse headersonly

SourceForge.net noreply at sourceforge.net
Sat Oct 9 22:43:07 CEST 2004


Patches item #920037, was opened at 2004-03-20 07:18
Message generated for change (Comment added) made by bwarsaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=920037&group_id=5470

Category: Library (Lib)
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Chris Mayo (cjmayo)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: email/__init__.py: Parse headersonly

Initial Comment:
The attached simple patch brings the useful headersonly
parameter up to the message_from_string function to
optionally parse the headers of messages without bodies.


----------------------------------------------------------------------

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2004-10-09 16:43

Message:
Logged In: YES 
user_id=12800

message_from_string() and message_from_file() are
conveniences only and I'd rather not clutter up their API. 
It's easy enough to instantiate a parser directly so I don't
think this patch adds enough value.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=920037&group_id=5470


More information about the Patches mailing list