[Mailman-Developers] [ mailman-Patches-634109 ] Decode text parts in multipart messages

noreply@sourceforge.net noreply@sourceforge.net
Wed Nov 13 17:40:41 2002


Patches item #634109, was opened at 2002-11-05 17:20
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=634109&group_id=103

Category: Pipermail
Group: Mailman 2.1
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: Decode text parts in multipart messages

Initial Comment:
This patch improves the processing in multipart
messages, in particular multipart/alternative.

It does so by concatenating all text/plain parts after
scrubbing (scrubbing should only leave text/plain
parts), and replacing the type of the original
multipart message with text/plain.

Concatenation of the text parts tries to recode
everything into the "main" encoding, which is the
encoding of the text/plain part. This could be improved
by recoding everything to UTF-8 if switching the main
encoding to UTF-8 if some part cannot be recoded to the
main encoding.

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

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-11-13 12:40

Message:
Logged In: YES 
user_id=12800

Applied to Scrubber.py 2.16

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

Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-11-13 11:40

Message:
Logged In: YES 
user_id=12800

I like this patch and plan to apply it, after minor tweaks
and some testing.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=634109&group_id=103



More information about the Mailman-Developers mailing list