logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mbox2maildir - convert an mbox to a maildir using Python's libraries

Author

mbox2maildir was written by Sean Whitton <spwhitton@spwhitton.name>.  The suggestion of using the Python
       mailbox library for this purpose is due to Daniel Kahn Gillmor.

perl v5.40.1                                     Debian Project                                  mbox2maildir(1)

Bugs

       Hopefully different to those of mb2md.

Description

mbox2maildir converts an mbox to a maildir.  It is a very simple wrapper around Python's mailbox library.
       The maildir may already exist, in which case the messages in the mbox are added to the maildir.

       mbox2maildir is an alternative to the venerable mb2md, which fails to process some mboxes that are out
       there.

Name

       mbox2maildir - convert an mbox to a maildir using Python's libraries

Options

       None.

See Also

mb2md(1), mbox(5), maildir(5)

Synopsis

       mbox2maildir MBOX MAILDIR

See Also