From 00cb798ee0a2ef6b373786647e8c4bf00bfd8194 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 24 Jul 2018 12:04:33 +0800 Subject: new script: mbox2maildir Signed-off-by: Sean Whitton --- mbox2maildir.1.pod | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 mbox2maildir.1.pod (limited to 'mbox2maildir.1.pod') diff --git a/mbox2maildir.1.pod b/mbox2maildir.1.pod new file mode 100644 index 0000000..afc839d --- /dev/null +++ b/mbox2maildir.1.pod @@ -0,0 +1,35 @@ +=head1 NAME + +mbox2maildir - convert an mbox to a maildir using Python's libraries + +=head1 SYNOPSYS + + mbox2maildir MBOX MAILDIR + +=head1 DESCRIPTION + +B is a very simple wrapper around Python's mailbox +library that converts an mbox to a maildir. The maildir may already +exist, in which case the messages in the mbox are added to the +maildir. + +B is an alternative to the venerable B, which +fails to process some mboxes that are out there. + +=head1 OPTIONS + +None. + +=head1 BUGS + +Hopefully different bugs to those of B. + +=head1 SEE ALSO + +mb2md(1), mbox(5), maildir(5) + +=head1 AUTHOR + +B was written by Sean Whitton +. The suggestion of using the Python +mailbox library for this purpose is due to Daniel Kahn Gillmor. -- cgit v1.2.3