Menu

Tree [e1a602] master /
 History

HTTPS access


File Date Author Commit
 examples 2002-04-13 Paul Rodger Paul Rodger [ba5426] Added a lot more documentation, fixed up usage ...
 .gitignore 2011-03-28 Nikolaus Schulz Nikolaus Schulz [8173ca] Add .gitignore, ignoring auto-generated files
 CHANGELOG 2011-07-09 Nikolaus Schulz Nikolaus Schulz [09e460] Prepare release of archivemail v0.9.0
 COPYING 2002-03-26 Paul Rodger Paul Rodger [902a81] Initial revision
 FAQ 2011-07-09 Nikolaus Schulz Nikolaus Schulz [6cb9ba] FAQ: update note about missing bzip2 support
 MANIFEST.in 2011-07-09 Nikolaus Schulz Nikolaus Schulz [e3f044] MANIFEST: distribute db2man.xsl
 Makefile 2011-03-28 Nikolaus Schulz Nikolaus Schulz [39e6a5] Makefile: remove obsolete rules
 NEWS 2011-07-09 Nikolaus Schulz Nikolaus Schulz [87084b] NEWS: note support for international IMAP mailb...
 README 2010-07-29 Nikolaus Schulz Nikolaus Schulz [a102b5] Rename archivemail.py to archivemail
 TODO 2010-08-09 Nikolaus Schulz Nikolaus Schulz [8d0184] Manpage, TODO, CHANGELOG: document and record w...
 archivemail 2011-07-09 Nikolaus Schulz Nikolaus Schulz [22d439] Bump year in copyright notes
 archivemail.xml 2011-07-09 Nikolaus Schulz Nikolaus Schulz [4346bc] manpage: minor grammar fix "allows to" -> "allo...
 db2html.xsl 2011-03-28 Nikolaus Schulz Nikolaus Schulz [8190e4] Manpage: lots of cleanup and fixes in the XML a...
 db2man.xsl 2011-03-28 Nikolaus Schulz Nikolaus Schulz [8190e4] Manpage: lots of cleanup and fixes in the XML a...
 index.html 2011-07-09 Nikolaus Schulz Nikolaus Schulz [09e460] Prepare release of archivemail v0.9.0
 manpage.css 2011-03-28 Nikolaus Schulz Nikolaus Schulz [8190e4] Manpage: lots of cleanup and fixes in the XML a...
 setup.py 2011-07-09 Nikolaus Schulz Nikolaus Schulz [09e460] Prepare release of archivemail v0.9.0
 style.css 2011-03-28 Nikolaus Schulz Nikolaus Schulz [0e1aac] Manpage & webpage CSS: drop font selections
 test_archivemail 2012-11-04 Nikolaus Schulz Nikolaus Schulz [e1a602] test suite: bail out on python versions << 2.4

Read Me

-----------------------------------------------------------
archivemail - archive and compress old mail in your mailbox
-----------------------------------------------------------

OVERVIEW:

archivemail is a tool written in python(1) for archiving and compressing old
email in mailboxes. 

It can move messages older than the specified number of days to a separate
'archive' mbox-format mailbox that is compressed with 'gzip'.

For example, have you been subscribing to the 'linux-kernel' mailing list
for the last 6 years and ended up with an 160-meg mailbox that 'mutt' is
taking a long time to load?  'archivemail' can move all messages that are
older than 6 months to a separate compressed mailbox, and leave you with
just the most recent messages. 

'archivemail' can save a lot of disk space and will significantly reduce
overhead on your mail reader. The number of days before mail is considered
'old' is up to you, but the default is 180 days. You can also archive messages
by an absolute date or only archive unread messages.


REQUIREMENTS:

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/


INSTALLATION:

If you want to test archivemail:
    python test_archivemail

To install archivemail, run:
    python setup.py install


USE:

For more detailed information and examples, look at the archivemail man page.

The best way to run archivemail is from cron, giving the '-q' option to
archivemail to make it quiet, only printing messages if something went wrong.
Check out the 'examples' directory for an example shell script to be run from
cron.

The archivemail website is at: http://archivemail.sourceforge.net/

If you have any feedback or bug reports about archivemail, you are very
welcome to email the maintainers; as of November 2006, these are:

Nikolaus Schulz <microschulz@web.de>
Peter Poeml <poeml@suse.de>


-- Paul Rodger <paul at paulrodger dot com>, archivemail author
   Updated by: Nikolaus Schulz, maintainer
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.