File: control

package info (click to toggle)
uw-imap 8%3A2007f~dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,412 kB
  • ctags: 9,948
  • sloc: ansic: 92,012; makefile: 1,531; sh: 60
file content (94 lines) | stat: -rw-r--r-- 3,154 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Source: uw-imap
Priority: optional
Section: mail
Maintainer: Magnus Holmgren <holmgren@debian.org>
Standards-Version: 3.9.8
Build-Depends: cdbs,
 debhelper,
 dh-buildinfo,
 licensecheck,
 libpam-dev,
 krb5-multidev,
 comerr-dev,
 libssl-dev,
 d-shlibs
Vcs-Git: git://git.debian.org/git/collab-maint/uw-imap.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/uw-imap.git
Homepage: http://www.washington.edu/imap/

Package: libc-client2007e-dev
Section: libdevel
Architecture: any
Priority: extra
Depends: ${devlibs:Depends},
 ${misc:Depends},
 libc-client2007e (= ${binary:Version})
Conflicts: libc-client-dev
Replaces: libc-client-dev
Provides: libc-client-dev
Description: c-client library for mail protocols - development files
 IMAP (Internet Message Access Protocol) is a method of accessing
 electronic messages kept on a (possibly shared) mail server.
 .
 The UW (University of Washington) IMAP toolkit provides the c-client
 mail-handling library supporting various network transport methods,
 file system storage formats, and authentication and authorization
 methods.
 .
 This package contains the static c-client library and development
 headers.

Package: libc-client2007e
Section: libs
Architecture: any
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${shlibs:Depends}
Suggests: ${cdbs:Suggests}
Description: c-client library for mail protocols - library files
 IMAP (Internet Message Access Protocol) is a method of accessing
 electronic messages kept on a (possibly shared) mail server.
 .
 The UW (University of Washington) IMAP toolkit provides the c-client
 mail-handling library supporting various network transport methods,
 file system storage formats, and authentication and authorization
 methods.
 .
 This package contains the shared c-client library.

Package: mlock
Section: mail
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends}
Description: mailbox locking program
 IMAP (Internet Message Access Protocol) is a method of accessing
 electronic messages kept on a (possibly shared) mail server.
 .
 The UW (University of Washington) IMAP toolkit provides the c-client
 mail-handling library supporting various network transport methods,
 file system storage formats, and authentication and authorization
 methods.
 .
 This package contains a program to lock mailbox files to avoid
 corruption.

Package: uw-mailutils
Section: mail
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends}
Description: c-client support programs
 IMAP (Internet Message Access Protocol) is a method of accessing
 electronic messages kept on a (possibly shared) mail server.
 .
 The UW (University of Washington) IMAP toolkit provides the c-client
 mail-handling library supporting various network transport methods,
 file system storage formats, and authentication and authorization
 methods.
 .
 This package contains helper tools for the libc-client library:
  - mailutil: utility program which helps manage email mailboxes (both
              local and IMAP/POP3/NNTP);
  - dmail:    MDA (Mail Delivery Agent) for use with procmail;
  - tmail:    MDA for use with the system mailer (such as Sendmail or Postfix).