
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.
 NAME
 NAMEmimeprint - parse a MIME stream, and print the parsed entity
 SYNOPSIS
 SYNOPSIS
    mimeprint
        Give usage.
     
    mimeprint [options] infile
        Parse a MIME stream from infile (- means stdin), and print 
        entity to stdout.
 DESCRIPTION
 DESCRIPTIONParse 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
 AUTHOREryq, eryq@zeegee.com