mb2md 3.20-7 source package in Ubuntu
Changelog
mb2md (3.20-7) unstable; urgency=medium * Team upload * Only prepend working directory to relative paths (Closes: #759912) -- David Bremner <email address hidden> Sun, 31 Aug 2014 17:24:47 -0700
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | net |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mb2md_3.20-7.dsc | 1.7 KiB | d07636f0f1d9b177b1d9f0fd6b1ae6d2b659813180b05951f2d552f022c62daf |
mb2md_3.20.orig.tar.gz | 14.9 KiB | 4b06a2172d7ae4a13d873cfdc97d7d0a4ae8d69d103e4199c3e27aa5fdcaa057 |
mb2md_3.20-7.debian.tar.xz | 9.7 KiB | 7538738811c9fe12ae3cbeea3362e0e2e3e634efd010f2bbeabea4c8a1df5d20 |
Available diffs
- diff from 3.20-6 to 3.20-7 (1.6 KiB)
No changes file available.
Binary packages built by this source
- mb2md: 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.