This module is BETA code, which means that the interfaces are fairly stable BUT it has not been out in the community long enough to guarantee much testing. Use with caution! Please report any errors back to eryq@zeegee.com as soon as you can.
mimeprint - parse a MIME stream, and print the parsed entity
Usage:
mimeprint [-options] infile
Options:
-d DIR Output parts to disk under this directory.
-v Verbose output (debugging)
-e ENCODING Re-encode top-level entity (if not multipart)
-s Just print the skeleton
-h Decode headers
-n HOW Parse nested messages [NEST or REPLACE]
-u Parse uuencode.
Parse a MIME stream, and output the resulting entity. This is a nice way of eyeballing whether or not MIME-tools "understood" your MIME message.
Due to nonuniqueness of MIME encodings, there is a very good chance that your output will not exactly resemble your input.
Eryq, eryq@zeegee.com