File: control

package info (click to toggle)
libnet-sieve-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 256 kB
  • ctags: 170
  • sloc: perl: 2,652; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,572 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
Source: libnet-sieve-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libauthen-sasl-perl,
                     libio-socket-inet6-perl,
                     libio-socket-ssl-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-sieve-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-sieve-perl.git
Homepage: https://metacpan.org/release/Net-Sieve

Package: libnet-sieve-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libauthen-sasl-perl,
         libio-socket-inet6-perl,
         libio-socket-ssl-perl
Description: implementation of managesieve protocol to manage sieve scripts
 Net::Sieve is a package for clients for the "MANAGESIEVE" protocol, which is
 an Internet Draft protocol for manipulation of "Sieve" scripts in a repository.
 More simply, Net::Sieve lets you control your mail-filtering rule files on a
 mail server.
 .
 Net::Sieve supports the use of "TLS" via the "STARTTLS" command. Net::Sieve
 open the connexion to the sieve server, methods allow one to list all scripts,
 activate or deactivate scripts, read, delete or put scripts.