NAME
    FML::Process::FetchFML -- fetch and run fml8 process.

SYNOPSIS
        use FML::Process::FetchFML;
        $curproc = new FML::Process::FetchFML;
        $curproc->run();

DESCRIPTION
    FML::Process::FetchFML provides the main function for
    "libexec/fetchfml".

    See "FML::Process::Flow" for the flow detail.

METHODS
  new($args)
    constructor. It make a "FML::Process::Kernel" object and return it.

  prepare($args)
    load default config files, set up domain we need to fake, and fix @INC
    if needed.

    lastly, parse incoming message input from \*STDIN channel.

  verify_request($args)
    dummy.

  run($args)
    the top level dispatcher for "fetchfml".

  finish($args)
    dummy.

  help()
    show help.

INTERNAL FUNCTIONS
    Internal function fakes mail retrieve and forward mechanism.

    It fetches a message via POP3 or IMAP4 protocol and forward it into fml8
    process.

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

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2005,2006 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::Process::FetchFML first appeared in fml8 mailing list driver
    package. See "http://www.fml.org/" for more details.

