File: control

package info (click to toggle)
libmail-box-pop3-perl 3.005-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 232 kB
  • sloc: perl: 737; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download
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
Source: libmail-box-pop3-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libmail-box-perl (>= 3),
 libmail-message-perl (>= 3),
 libmail-transport-perl (>= 3),
 perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-box-pop3-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-box-pop3-perl.git
Homepage: https://metacpan.org/release/Mail-Box-POP3
Testsuite: autopkgtest-pkg-perl

Package: libmail-box-pop3-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libmail-box-perl (>= 3),
 libmail-message-perl (>= 3),
 libmail-transport-perl (>= 3)
Description: POP3 handler for Mail::Box
 Mail::Box::POP3 maintains a folder which has its messages stored on a remote
 server.  The communication between the client application and the server is
 implemented using the POP3 protocol.  This class uses
 Mail::Transport::POP3 to hide the transport of information, and focusses
 solely on the correct handling of messages within a POP3 folder.