# Not instatiatiated itself
See SYNOPSIS in Mail::Reporter
The Mail::Box::Parser
manages the parsing of folders. Usually, you won't
need to know anything about this module, except the options which are
involved with this code.
There are two implementations of this module planned:
A slower parser which only uses plain Perl. This module is a bit slower, and does less checking and less recovery.
A fast parser written in C
. This package is released as separate
module on CPAN, because the module distribution via CPAN can not
handle XS files which are not located in the root directory of the
module tree. If a C compiler is available on your system, it will be
used automatically.
See DESCRIPTION in Mail::Reporter