File: control

package info (click to toggle)
mb2md 3.20-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 484 kB
  • sloc: perl: 2,170; makefile: 8; sh: 3
file content (46 lines) | stat: -rw-r--r-- 2,090 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
Source: mb2md
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>,
           Noël Köthe <noel@debian.org>
Section: mail
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-exec,
               dpkg-dev (>= 1.17.14),
               docbook-to-man,
               libpath-tiny-perl <!nocheck>,
               libtest-command-simple-perl <!nocheck>,
               libtimedate-perl <!nocheck>
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/mb2md
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/mb2md.git
Homepage: http://batleth.sapienti-sat.org/projects/mb2md/

Package: mb2md
Architecture: all
Depends: libtimedate-perl,
         perl,
         ${misc:Depends}
Description: Convert Mbox mailboxes to Maildir format
 mb2md (mbox to maildir) takes one or more Mbox format mailbox files
 in a directory and convert them to Maildir format mailboxes.
 .
 As the Mbox format has some drawbacks, D. J. Bernstein created the
 Maildir format when he wrote Qmail. With the Mbox format all mail of
 a specific folder is stored as one large text file. The Maildir
 format stores each mail as a separate file. It is a faster and more
 efficient way to store mail. It works particularly well over NFS,
 which has a long history of locking-related woes.
 .
 The Mbox format is used by many POP3/IMAP servers, most mail servers
 (MTAs) and mail readers (MUAs). The Maildir format is used by Qmail,
 Courier-MTA and can be also used as a alternative mail storage format
 by Postfix and Exim or any MTA which can use procmail as
 MDA. POP3/IMAP servers which support Maildirs are e.g. Courier IMAP
 and Dovecot.
 .
 mb2md does not only convert Mbox mailbox files into a Maildir but can
 also convert the /var/spool/mail/$USER mailspool file. It is smart
 enough to not transfer a dummy message such as the UW IMAPD puts at
 the start of Mbox mailboxes - and you could add your own search terms
 into the script to make it ignore other forms of dummy first message.