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
|
Source: libemail-folder-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Martin Zobel-Helas <zobel@debian.org>,
gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libcapture-tiny-perl,
libemail-foldertype-perl,
libemail-simple-perl,
perl,
perl | libtest-simple-perl
Standards-Version: 3.9.7
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libemail-folder-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libemail-folder-perl.git
Homepage: https://metacpan.org/release/Email-Folder
Package: libemail-folder-perl
Architecture: all
Depends: libemail-foldertype-perl,
libemail-simple-perl,
${misc:Depends},
${perl:Depends}
Description: Perl module to read mail from a folder
Email::Folder is a Perl module which reads all messages from a folder into
Email::Simple objects (see libemail-simple-perl for more), making them easy
to manipulate from Perl. It becomes fairly trivial to extract information
from headers in your mail, or change them to different values. As a result,
this provides a general purpose mail handling facility.
|