
mimeloop - parse a MIME stream, and print the parsed entity

mimeloop [-options] infile
Options for help:
-help Output help
-man Output manpage
Options to control parsing:
-count COUNT Number of iterations (default 10000)
-extract-nested Extract nested messages using NEST
-extract-uuencode Extract embedded uuencode
-replace-nested Extract nested messages using REPLACE
Options to control output:
-dir DIR Output parts to disk under this directory
-verbose Verbose output (debugging)

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