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: Open >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 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 _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
