2002-03-26 03:53:09 +00:00
|
|
|
|
|
|
|
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
|
2002-03-31 03:46:59 +00:00
|
|
|
certain number of days to a separate 'archive' mbox-format mailbox which
|
|
|
|
can be compressed with bzip2, gzip or compress.
|
2002-03-26 03:53:09 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2002-03-31 03:46:59 +00:00
|
|
|
'archivemail' currently works on mbox-format and maildir-format mailboxes,
|
|
|
|
and requires python v2.0 or greater. It also supports deleting old mail
|
|
|
|
instead of archiving it.
|