File: control

package info (click to toggle)
libmail-imapclient-perl 2.2.9%2Bdeb-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 684 kB
  • ctags: 178
  • sloc: perl: 3,914; makefile: 43
file content (20 lines) | stat: -rw-r--r-- 950 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libmail-imapclient-perl
Priority: optional
Section: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>, Gunnar Wolf <gwolf@debian.org>, Niko Tyni <ntyni@iki.fi>, Russ Allbery <rra@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.0-17), libparse-recdescent-perl, libio-socket-ssl-perl
Standards-Version: 3.6.2

Package: libmail-imapclient-perl
Architecture: all
Priority: optional
Section: perl
Depends: ${perl:Depends}, libparse-recdescent-perl, libio-socket-ssl-perl
Description: Perl library for manipulating IMAP mail stores
 This module provides perl routines that simplify a sockets connection
 to and an IMAP conversation with an IMAP server.  It supports virtually
 all IMAP client commands as of RFC 2060 and has a fallback for unknown
 commands that usually works.  The Debian package has been enhanced to
 add SSL support.