From 902a81b4bcf1b133b434322370996c2cd30e0f26 Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Tue, 26 Mar 2002 03:53:09 +0000 Subject: Initial revision --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..9003647 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ + +archivemail - archive and compress old mail in your mailbox + +'archivemail' is a tool written in Python for organising and storing old +email choking any of your mailboxes. It can move messages older than a +certain number of days to a separate 'archive' mailbox which can be +compressed with bzip2, gzip or compress. + +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. + +'archivemail' currently works on mbox-format mailboxes, and requires python +v2.0 or greater. It also supports deleting old mail instead of archiving +it. It currently only works on Unix platforms. -- cgit v1.2.3