The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

    mimeprint [-options] (infile|-)

Options for help:

    -help       Output help
    -man        Output manpage

Options to control parsing:

    -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
    -encode ENCODING         Re-encode top-level entity (if not multipart)
    -skeleton                Just print the skeleton (default prints all)

Toolkit configuration:

    -debug                   Turn debugging on.
    -quiet                   Quiet warnings.

DESCRIPTION

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.

AUTHOR

Eryq, eryq@zeegee.com