Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
archivemail: A tool for archiving and compressing old email in mailboxes
- Summary
- Archivemail is a tool written in Python for archiving and compressing old
email in mailboxes. It can move messages older than the specified number of
days to a separate mbox format mailbox that is compressed with gzip, or
optionally just delete old email.
Changelog
- * Tue Jun 12 17:00:00 2007 Jon Ciesla <limb{%}jcomserv{*}net> 0.7.0-6
- Patch to fix imap handling, BZ 243846.
- * Thu May 24 17:00:00 2007 Jon Ciesla <limb{%}jcomserv{*}net> 0.7.0-5
- Applied upstream patch to fix issues with python 2.5.
- * Thu May 24 17:00:00 2007 Jon Ciesla <limb{%}jcomserv{*}net> 0.7.0-4
- Removed shebang from test, main scripts.