1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libmail-mboxparser-perl
Section: perl
Priority: optional
Maintainer: Joshua Kwan <joshk@triplehelix.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7), libmime-perl, libfile-temp-perl, libmail-mbox-messageparser-perl
Package: libmail-mboxparser-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmime-perl (>= 5.0), libfile-temp-perl
Suggests: liburi-find-perl
Recommends: libmail-mbox-messageparser-perl
Description: Perl5 module for fast, object-oriented UNIX mailbox reading
This Perl module attempts to provide a simplified access to standard
UNIX-mailboxes (mboxes.) It offers only a subset of methods to get 'straight
to the point'. More sophisticated things can still be done by invoking any
method from MIME::Tools on the appropriate return values.
.
Mail::MboxParser has not been derived from Mail::Box and thus isn't acquainted
with it in any way. It, however, incorporates some invaluable hints by the
author of Mail::Box, Mark Overmeer.
|