File: control

package info (click to toggle)
mailutils 1%3A3.5-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 33,096 kB
  • sloc: ansic: 172,443; sh: 92,036; yacc: 7,423; cpp: 3,827; makefile: 3,169; python: 2,876; lex: 2,013; exp: 1,272; awk: 152; lisp: 132; sed: 31
file content (234 lines) | stat: -rw-r--r-- 8,567 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
Source: mailutils
Section: mail
Priority: optional
Maintainer: Jordi Mallach <jordi@debian.org>
Build-Depends: bison,
               cdbs (>= 0.4.93~),
               debhelper (>= 10~),
               dh-python,
               default-libmysqlclient-dev,
               dejagnu,
               dpkg-dev (>= 1.16.1~),
               flex,
               gawk,
               gettext,
               guile-2.2-dev,
               help2man,
               libfribidi-dev,
               libgnutls28-dev,
               libgsasl7-dev (>= 0.2.5),
               libkrb5-dev,
               libkyotocabinet-dev,
               libldap2-dev,
               liblocale-gettext-perl,
               libltdl-dev,
               libpam0g-dev,
               libreadline-dev,
               libwrap0-dev,
               python-dev (>= 2.6.6-3~),
               texinfo,
               zlib1g-dev
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/debian/mailutils.git
Vcs-Browser: https://salsa.debian.org/debian/mailutils
Homepage: https://www.gnu.org/software/mailutils/
Rules-Requires-Root: no

Package: libmailutils5
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: mailutils-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Replaces: libmailutils4
Conflicts: libmailutils4
Multi-Arch: same
Description: GNU Mail abstraction library
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This is GNU's Mail abstraction library.  This library allows programs to
 hook into a single library for many different types of mail backends.
 The following backend stores are currently provided: mbox, mh, maildir,
 pop3, imap4.

Package: libmailutils-dev
Section: libdevel
Architecture: any
Depends: libmailutils5 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
         default-libmysqlclient-dev,
         libgnutls28-dev,
         libgsasl7-dev (>= 0.2.5),
         libkyotocabinet-dev,
         libldap2-dev,
         libpam0g-dev
Suggests: mailutils-doc
Replaces: mailutils (<< 1:3.4-2)
Breaks: mailutils (<< 1:3.4-2)
Description: Development files for GNU mailutils
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This package includes the development files for GNU mailutils and
 GNU's Mail abstraction library.

Package: mailutils
Architecture: any
Depends: mailutils-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: default-mta | mail-transport-agent
Breaks: bsd-mailx (<< 8.1.2-0.20071201cvs-1),
        bsdmainutils (<< 8.0.6),
        elm-me+ (<< 2.4pl25ME+99c-3),
        heirloom-mailx (<< 12.3-3)
Provides: mail-reader, mailx
Suggests: mailutils-mh, mailutils-doc
Description: GNU mailutils utilities for handling mail
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This package contains the GNU mailutils versions of dotlock, frm, from,
 maidag, mail, messages, mimeview, movemail, readmsg and sieve. They are
 capable of speaking POP3, IMAP, mbox, MH and Maildir.
 .
  dotlock -- lock mail spool files.
  frm -- display From: lines.
  from -- display from and subject.
  maidag -- the mail delivery agent.
  mail -- the standard /bin/mail interface, mail sender and reader.
  messages -- count the number of messages in a mailbox.
  mimeview -- display files, using mailcap mechanism.
  movemail -- move messages across mailboxes.
  readmsg -- extract selected messages from a mailbox.
  sieve -- a mail filtering tool.

Package: mailutils-common
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Common files for GNU mailutils
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 These are common files for all mailutils packages, including locale
 files.

Package: mailutils-imap4d
Section: net
Architecture: any
Conflicts: imap-server
Provides: imap-server
Depends: mailutils-common (= ${source:Version}),
         netbase,
         update-inetd,
         ${misc:Depends},
         ${shlibs:Depends}
Description: GNU mailutils-based IMAP4 Daemon
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 The GNU mailutils IMAP4 daemon implements the Internet Message Access
 Protocol, version 4rev1 as per RFC 2060. It supports the "Namespace"
 capability and GSSAPI authentication mechanism. It is able to get the
 authentication information from the system user database as well as from
 a SQL database of arbitrary structure. The PAM framework can also be
 used for authentication purposes. Additionally, mailutils imap4d supports
 virtual mail domains and has TLS support via GNUtls. GNU mailutils supports
 the mbox, MH and Maildir mailbox formats.

Package: mailutils-pop3d
Section: net
Architecture: any
Provides: pop3-server
Conflicts: pop3-server
Depends: mailutils-common (= ${source:Version}),
         netbase,
         update-inetd,
         ${misc:Depends},
         ${shlibs:Depends}
Description: GNU mailutils-based POP3 Daemon
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 The GNU mailutils POP3 daemon supports the basic POP3 protocol with the
 CAPA, RESP-CODES, PIPELINING and UIDL extensions. It also supports APOP
 authentication. The user credentials for APOP can be stored in a variety
 of DBM formats. It is able to get the authentication information from
 the system user database as well as from a SQL database of arbitrary
 structure. The PAM framework can also be used for authentication
 purposes. Additionally, mailutils pop3d supports virtual mail domains and
 has TLS support via GNUtls. GNU mailutils supports the mbox, MH and
 Maildir mailbox formats.

Package: mailutils-comsatd
Section: net
Architecture: any
Conflicts: biff
Depends: mailutils-common (= ${source:Version}),
         netbase,
         update-inetd,
         ${misc:Depends},
         ${shlibs:Depends}
Description: GNU mailutils-based comsatd daemon
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 The GNU mailutils comsat daemon receives reports of incoming mail and
 notifies users who wish to get this service.

Package: mailutils-guile
Architecture: any
Depends: mailutils-common (= ${source:Version}),
         libmailutils-dev,
         guile-2.2 | guile,
         ${misc:Depends},
         ${shlibs:Depends}
Description: GNU mailutils Guile interpreter and modules
 These are the GNU mailutils Guile utilities and modules. In particular,
 the "guimb" mail processor and the sieve.scm sieve to Scheme translator
 are included, along with several .scm modules for use with Guile.

Package: mailutils-mh
Architecture: any
Provides: mail-reader
Depends: mailutils-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: mailutils, mh-e
Description: GNU mailutils-based MH utilities
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 These are the GNU mailutils MH utilities. It is an implementation of MH, a
 collection of small shell programs to read and handle mail in a very flexible
 way.

Package: python-mailutils
Section: python
Architecture: any
Depends: mailutils-common (= ${source:Version}),
         ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends}
Provides: ${python:Provides}
Description: GNU Mail abstraction library (Python interface)
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This is the Python interface to the Mailutils library.

Package: mailutils-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Documentation files for GNU mailutils
 GNU Mailutils is a rich and powerful protocol-independent mail framework.
 It contains a series of useful mail libraries, clients, and servers.
 .
 This package contains the documentation for the mailutils utilities and
 development API.