nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] message rewrite/fix up


From: Mike O'Dell
Subject: Re: [Nmh-workers] message rewrite/fix up
Date: Mon, 04 Feb 2013 16:46:09 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

Outlook is hardly the only MUA that does that

On 2/3/13 1:18 PM, David Levine wrote:
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

_______________________________________________
Nmh-workers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/nmh-workers




reply via email to

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