Script to archive emails from one imap account to another. Intended to be able to add other backends
Go to file
Erwan David db81e390d7 Update 'LICENSE' 2020-12-30 13:38:06 +01:00
.gitignore Initial commit 2020-12-30 09:58:32 +01:00
LICENSE Update 'LICENSE' 2020-12-30 13:38:06 +01:00
README.md Template of configuration file 2020-12-30 10:08:16 +01:00
template_conf.yml Template of configuration file 2020-12-30 10:08:16 +01:00

README.md

Email archive script

Goal

The goal is to provide a script able to connect to a source email, account, retrieve all old email (definition of old coming from configuration and either move it to an archive folder on another account or delete it.

First version will only know of an imap email backend, but architecture should allow to add other email backends (eg. EWS or a local Maildir)