Eryq > MIME-tools-6.200_02 > mimeloop

Download:
MIME-tools-6.200_02.tar.gz

Annotate this POD

CPAN RT

New  13
Open  9
View Bugs
Report a bug
Source  

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