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

noreply@sourceforge.net noreply@sourceforge.net
Tue Nov 5 22:20:15 2002


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

Category: Pipermail
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Nobody/Anonymous (nobody)
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.

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

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