ImapArchiver v0.1
contact: Sebastien Le Maguer (sebastien.le_maguer_at_irisa_dot_fr)
=======================================================================
1. Installation
See the INSTALL FILE
2. Use
This tool is a command to call. Here is the contents of the help (More
explanations and a manpage to come):
Usage: ImapArchiver.py [option] ... <-d ouput -s server -u user -p passwd>|<-c configfile> ...
Options:
-h, --help show this help message and exit
-a ARCHIVE, --archive=ARCHIVE
the archive path to store the backup (only .tar.gz
supported for the moment...)
-c CONFIGFILE, --config=CONFIGFILE
<not handled for the moment>
-d DATE, --date=DATE Archive messages older than DATE(<=). ISO format (eg
'2002-04-23') is the only supported format
-D, --delete Delete the messages on the account
-o OUTPUTDIR, --outputdir=OUTPUTDIR
the directory where the messages will be saved
-p PASSWD, --passwd=PASSWD
the password of the imap account
-s SERVER, --server=SERVER
the host of the imap account
-S, --SSL used of SSL or not
-u USER, --user=USER the login of the imap account
-l LOGFILE, --log=LOGFILE
the file where the logs will be saved
3. Copying / Licence
this tool is licensed under the terms of the GNU GPL v3. See the
LICENCE file for more informations