From cd4f5375372df9ede09e3b247e2874f1a05ab31c Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 10 Oct 2003 06:09:21 +0000 Subject: New port: mb2md - Converts mbox mailboxes to Maildir This is a Perl script that reads a directory of Mbox format mailboxes and converts them to Maildir format. Some details of this are to suit Courier IMAP's naming conventions for Maildir mailboxes. PR: ports/53537 Submitted by: Andy Gilligan --- mail/mb2md/pkg-descr | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mail/mb2md/pkg-descr (limited to 'mail/mb2md/pkg-descr') diff --git a/mail/mb2md/pkg-descr b/mail/mb2md/pkg-descr new file mode 100644 index 000000000000..1175d3408de6 --- /dev/null +++ b/mail/mb2md/pkg-descr @@ -0,0 +1,7 @@ +This is a Perl script that reads a directory of Mbox format +mailboxes and converts them to Maildir format. + +Some details of this are to suit Courier IMAP's naming +conventions for Maildir mailboxes. + +WWW: http://batleth.sapienti-sat.org/projects/mb2md/ -- cgit