Go to file
Brandon Knitter fe773d4822 index.html, style.css: initial import. 2003-10-29 03:03:43 +00:00
examples Added a lot more documentation, fixed up usage messages and expanded a lot 2002-04-13 11:36:32 +00:00
CHANGELOG When converting from other formats to mbox, don't preserve existing 'Status' and 2007-11-02 23:35:50 +00:00
COPYING Initial revision 2002-03-26 03:53:09 +00:00
FAQ Fixed a bug where mailbox locking would fail under Solaris, also fixed 2002-09-15 06:14:57 +00:00
MANIFEST Fixed a bug where we would throw an exception if a message was dated 2002-08-18 12:17:56 +00:00
Makefile Files added: 2007-11-04 22:13:59 +00:00
README README: Updated python dependency, removed note about the required zlib module 2006-11-02 23:04:14 +00:00
TODO TODO: removed obsolete items: 2007-11-02 21:26:12 +00:00
archivemail.1 archivemail.sgml: wrap examples in <informalexample>. 2007-11-03 00:51:23 +00:00
archivemail.py When converting from other formats to mbox, don't preserve existing 'Status' and 2007-11-02 23:35:50 +00:00
archivemail.sgml archivemail.sgml: wrap examples in <informalexample>. 2007-11-03 00:51:23 +00:00
db2html.dsl Files added: 2007-11-04 22:13:59 +00:00
index.html index.html, style.css: initial import. 2003-10-29 03:03:43 +00:00
manpage.css Files added: 2007-11-04 22:13:59 +00:00
setup.py Bumped version to 0.7.0 2006-11-02 06:43:09 +00:00
style.css index.html, style.css: initial import. 2003-10-29 03:03:43 +00:00
test_archivemail.py Added simple unittest for the --copy option. Mbox only. :-/ 2007-11-02 18:21:21 +00:00

README

-----------------------------------------------------------
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:
    cp archivemail archivemail.py
    python test_archivemail.py
    (NOTE: This could take over 90 seconds on slower systems)

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