NAME
MIME::Parser::FlatFiler - file into a single directory
SYNOPSIS
### Place message parts in "/tmp/msgparts":
$filer = MIME::Parser::FlatFiler->new("/tmp/msgparts");
$parser->filer($filer);
DESCRIPTION
This concrete subclass of MIME::Parser::Filer supports filing all files of all parsed messages into a single given directory.