1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: libmail-box-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
gregor herrmann <gregoa@debian.org>,
Damyan Ivanov <dmn@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>,
Daniel Lintott <daniel@serverb.co.uk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdevel-globaldestruction-perl (>= 0.09),
libdigest-hmac-perl,
libemail-abstract-perl,
libemail-simple-perl,
libfile-remove-perl,
libhtml-format-perl,
libio-stringy-perl,
libmailtools-perl (>= 2.17),
libmime-tools-perl,
libmime-types-perl,
libobject-realize-later-perl (>= 0.19),
libtest-pod-perl,
libtext-autoformat-perl,
libtimedate-perl,
liburi-perl,
libuser-identity-perl (>= 0.94),
netbase,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-box-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmail-box-perl.git
Homepage: http://perl.overmeer.net/mailbox/
Package: libmail-box-perl
Architecture: all
Depends: libdevel-globaldestruction-perl (>= 0.09),
libdigest-hmac-perl,
libfile-remove-perl,
libio-stringy-perl,
libmailtools-perl (>= 2.17),
libmime-types-perl,
libobject-realize-later-perl (>= 0.19),
libtimedate-perl,
liburi-perl,
libuser-identity-perl (>= 0.94),
${misc:Depends},
${perl:Depends}
Suggests: libhtml-format-perl,
libhtml-tree-perl,
libmail-imapclient-perl,
libmime-tools-perl,
spamassassin
Description: message-folder management module
Mail::Box is the base-class for accessing various types of mail-folder
organizational structures in a uniform way. The various folder types vary
on how they store their messages. For example, a folder may store many
messages in a single file, or store each message in a separate file in a
directory. Similarly, there may be different techniques for locking the
folders.
|