1
0
Fork 0
mirror of https://git.code.sf.net/p/archivemail/code synced 2025-03-12 07:42:50 +00:00
No description
Find a file
Nikolaus Schulz bd85cffe37 Simplify imap_get_namespace() and imap_guess_mailboxnames()
I don't think anybody wants to archive folders in shared or public IMAP
namespaces, so we don't bother checking all possible namespaces.  The code was
ugly anyway.
2009-11-06 21:09:38 +01:00
examples
archivemail.1 IMAP: be NAMESPACE-aware; improved probing for guessed mailbox names. 2008-04-08 15:38:51 +00:00
archivemail.py Simplify imap_get_namespace() and imap_guess_mailboxnames() 2009-11-06 21:09:38 +01:00
archivemail.sgml IMAP: be NAMESPACE-aware; improved probing for guessed mailbox names. 2008-04-08 15:38:51 +00:00
CHANGELOG IMAP: be NAMESPACE-aware; improved probing for guessed mailbox names. 2008-04-08 15:38:51 +00:00
COPYING
db2html.dsl db2html.dsl: override $refentry-body$ from dbrfntry.dsl to add a <hr> after the 2007-11-06 23:33:33 +00:00
FAQ
index.html Removed obsolete references to subversion 2009-11-06 17:20:16 +01:00
Makefile Removed obsolete references to subversion 2009-11-06 17:20:16 +01:00
MANIFEST
manpage.css manpage.css, style.css: 2007-11-06 23:38:05 +00:00
README
RELNOTES RELNOTES: slightly re-edited to be more consistent. 2007-11-09 14:52:38 +00:00
setup.py Bumped version to 0.7.2, and updated release info on the webpage. 2007-11-09 14:54:54 +00:00
style.css manpage.css, style.css: 2007-11-06 23:38:05 +00:00
test_archivemail.py Added new option --all to archive all messages in a mailbox. 2008-03-15 20:24:46 +00:00
TODO TODO: dropped items about --all, which is now implemented. 2008-04-08 23:15:45 +00:00

-----------------------------------------------------------
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