mhonarc-users

Re: Preferring text/plain over text/html?

2002-02-15 09:22:52
Surprised that nobody has suggested Tim Pierce's "unhtml.c".  Works fine for
me ; search for it with google.

First few lines of the source tell it all :

/*
 * unhtml: parse a MIME multipart message and, if `multipart/alternative',
 * discard all but the `text/plain' part.
 *
 * This code is in the public domain except where noted otherwise.
 *
 * Tim Pierce <twp(_at_)rootsweb(_dot_)com>
 * 3 June 1999
 */

Mike