File: control

package info (click to toggle)
libmail-imapclient-perl 3.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,548 kB
  • sloc: perl: 20,776; makefile: 23
file content (39 lines) | stat: -rw-r--r-- 1,697 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
33
34
35
36
37
38
39
Source: libmail-imapclient-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Niko Tyni <ntyni@debian.org>,
           CSILLAG Tamas <cstamas@cstamas.hu>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
                     libio-socket-ip-perl,
                     libparse-recdescent-perl,
                     libtest-pod-perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-imapclient-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-imapclient-perl.git
Homepage: https://metacpan.org/release/Mail-IMAPClient

Package: libmail-imapclient-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libio-socket-ip-perl,
         libparse-recdescent-perl
Recommends: libio-socket-ssl-perl,
            libdigest-hmac-perl
Suggests: libauthen-sasl-perl
Description: Perl library for manipulating IMAP mail stores
 Mail::IMAPClient provides an interface for interacting with Internet Message
 Access Protocol (IMAP). It supports virtually all IMAP client operations as
 of RFC3501 and is even capable of handling most unknown commands, including
 non-standard extensions or those which are from a newer version of the IMAP
 specification.
 .
 There are various implementations of IMAP authentication mechanisms. If your
 mail system uses a different procedure to authenticate users, this feature is
 extensible through plugins.