archivemail is a tool written in Python for archiving and compressing old email in mailboxes. It can move messages older than the specified number of days to a separate mbox format mailbox that is compressed with gzip, or optionally just delete old email.
Maybe some of your mailboxes are quite large (eg, over 10,000 messages) and they are taking a while to load in your mail reader. Perhaps they are taking up too much space on your disk. Archiving old messages to a separate, compressed mailbox will mean:
If you would prefer to just delete old email rather than archive it, archivemail can do that too.
The current release is version 0.7.0, and is ready for download. Older versions are available here.
This software is licensed under the GNU GPL. See the file COPYING for more information.
archivemail requires python version 2.3. It also uses some optional python modules, but these should be pretty much standard; if you get an ImportError nonetheless, please report it, thanks. (For contact addresses see below.)
Python is available from http://www.python.org/
archivemail can be downloaded from the archivemail download area on Sourceforge or via Subversion.
There should soon be binary RPM packages at the OpenSUSE build service for SUSE Linux and Fedora Core 5. There is also a debian package.
archivemail was written by Paul Rodger
<paul at paulrodger dot
com>
and is currently maintained by Peter Poeml <poeml
at suse dot de>, Nikolaus Schulz
<microschulz at web dot
de> and Brandon Knitter.