nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-workers] message rewrite/fix up


From: David Levine
Subject: [Nmh-workers] message rewrite/fix up
Date: Sun, 03 Feb 2013 13:18:17 -0500

I've been getting text emails with only a text/html
Content-Type, with no alternative text/plain part.
Microsoft Exchange and Outlook have settings to do that:

  http://technet.microsoft.com/en-us/library/aa998896(v=exchg.65).aspx
  http://support.microsoft.com/kb/323195

This is so annoying (/rude) that I'm finally going to cobble
up a utility to rewrite a message.  I've wanted that anyway
so I can decode a message's parts and then grep, repl, forw,
etc.  I've been using a perl script to do that for years, so
I never migrated to replyfilter.  And it doesn't help with
grep.

I'm thinking of something that could traverse the parts of a
message and do things such as:

  * move a solitary text/html into a multipart/alternative
    with a sibling text/plain, generated using what mhshow
    does

  * decode base64 and Q-P parts

  * change Q-P (or base64) in a multipart C-T-E header to
    7bit or 8bit, to address that problem we've heard about
    a few times recently

  * fix mismatched MIME boundaries

Anything else?  It looks like mhtest plus some of the
functions in mhshow and mhstore could do this without
too much trouble.

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]