File: control

package info (click to toggle)
libmail-box-imap4-perl 3.009-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: perl: 1,734; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,355 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
29
30
31
32
Source: libmail-box-imap4-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdigest-hmac-perl <!nocheck>,
                     libmail-box-perl <!nocheck>,
                     libmail-imapclient-perl <!nocheck>,
                     libmail-message-perl (>= 3.013) <!nocheck>,
                     libtimedate-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-box-imap4-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-box-imap4-perl.git
Homepage: https://metacpan.org/release/Mail-Box-IMAP4
Rules-Requires-Root: no

Package: libmail-box-imap4-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdigest-hmac-perl,
         libmail-box-perl,
         libmail-imapclient-perl,
         libmail-message-perl (>= 3.013),
         libtimedate-perl
Description: perl module for handling of IMAP4 folders as client
 Mail::Box::IMAP4 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 IMAP4 protocol.