[Patches] [ python-Patches-565183 ] email Parser non-strict mode
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 08 Jul 2002 18:45:28 -0700
Patches item #565183, was opened at 2002-06-06 03:02
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=565183&group_id=5470
Category: Modules
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Anthony Baxter (anthonybaxter)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: email Parser non-strict mode
Initial Comment:
Here's my current state of the non-strict Parser mode.
At the moment it handles most ugly stuff I see, with the
exception of the multiple-nested-multiparts-with the same
boundary tags grossness - but I think that this is actually
a pretty savage violation of the RFC, so I'm not too fussed
about it.
There's still some work to be done in the area of digests,
but I'll bring that up on mimelib-devel.
----------------------------------------------------------------------
>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-07-08 21:45
Message:
Logged In: YES
user_id=12800
I've got this integrated with my copy now and will likely
check it in. Any possibility you can send me some unit tests?
----------------------------------------------------------------------
Comment By: Anthony Baxter (anthonybaxter)
Date: 2002-06-06 04:09
Message:
Logged In: YES
user_id=29957
Here's a newer version of the patch that gets digests right,
as I talked about on mimelib-devel. The code that gets digests
right should be split out of this in any case - I'd look
into splitting
it, but I've got too much on my plate right now.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=565183&group_id=5470