NAME FML::Parse - parse the incoming message. SYNOPSIS $msg = new FML::Parse $curproc, \*STDIN; DESCRIPTION FML::Parse parses the incoming message. "new()" analyses the data injected from STDIN channel, by default, and split it to a set of mail header and body objects. "new()" returns a "Mail::Message" object chain. METHODS new( $curproc, [$fd] ) $fd is the file handle. Normally $fd is the handle for STDIN channel. SEE ALSO Mail::Message, Mail::Header, FML::Header, FML::Config CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2000,2001,2002,2003,2004,2005 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 FML::Parse first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.