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

NAME

mime_longlines - generate a test message with long lines

SYNOPSIS

Usage:

    mime_longlines [-s]

Options:

    -s   Stringify message first, and print the *string* to STDOUT.

DESCRIPTION

Assemble and print (to the standard output) a multipart message with 5 attachments, for the purpose of "eyeballing" how well the encoders are working.

Each attachments holds the same data -- some 8-bit text, and a long line consisting of 1000 "a"s followed by a few "b"s) -- but each has a different encoding (the "Content-transfer-encoding" field will tell you which is which).

All of the encodings (except for the first one, "binary") should break the long line before the b's.

AUTHOR

Eryq, eryq@zeegee.com