This module is BETA code, which means that the interfaces are fairly stable BUT it has not been out in the community long enough to guarantee much testing. Use with caution! Please report any errors back to eryq@zeegee.com as soon as you can.
mime_longlines - generate a test message with long lines
Usage:
mime_longlines [-s]
Options:
-s Stringify message first, and print the *string* to STDOUT.
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.
Eryq, eryq@zeegee.com