NAME
    Mail::Message::Parse - parse a mail message.

SYNOPSIS
        use Mail::Message::Parse;
        my $fh = new Mail::Message::Parse $args;

    where $args is same as one of "Mail::Message"'s "parse()".

DESCRIPTION
    just a wrapper for "Mail::Message" parser function.

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2001,2002,2004 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    Mail::Message::Parse first appeared in fml8 mailing list driver package.
    See "http://www.fml.org/" for more details.

