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

NAME

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

SYNOPSIS

    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)

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