aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-03-26 03:53:09 +0000
committerPaul Rodger <paul@paulrodger.com>2002-03-26 03:53:09 +0000
commit902a81b4bcf1b133b434322370996c2cd30e0f26 (patch)
treeee7be222eff82fa0d9311774b0f59ab1e8607d6a /README
parente7b0a0331febb79e5a6fa3964a02d54fc7307665 (diff)
downloadarchivemail-902a81b4bcf1b133b434322370996c2cd30e0f26.tar.gz
archivemail-902a81b4bcf1b133b434322370996c2cd30e0f26.tar.bz2
archivemail-902a81b4bcf1b133b434322370996c2cd30e0f26.zip
Initial revision
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
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.