Re: DeMIMEing?

From: Bob Paddock (bpaddock@csonline.net)
Date: Sun, 26 Dec 1999 12:22:20 -0500

>Here is my mailcap file:
>
>text/html; elvis %s
[snip]
>The %s is replaced by yarn and metamail with a temporary file containing
>the part of the message that is a html doc, gif image, etc.

I'm still not getting the results I want unfortunately.

I'm getting mailed web pages, that alas I want to read, they
have reasons for not sending the URL, but that is besides
the point of the issue here.

The message has these parts:

text/plain;
text/html;
image/gif;
image/gif;
image/jpg;
image/gif

I want some thing that will detach all of the parts at once
and put them in a directory where I can start up a browser
to look at them.

I found a program called munpack will detach all of the
graphics files, but it doesn't do the text/* parts, or I've
not figured out how.

Metamail wants to deal with them in order rather than all at
once, which is what I want to do.

You can't feed the message directly to the browser because
it is still in sequential format.

Ideas?