Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 506 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 506 Bytes

mailTimeMachine

Base time machine features for an IMAP mailbox.

Built with the purpose of creating an IMAP mbox backup that can be stored in the cloud, allowing the emails to be deleted from IMAP server and restored locally whenever necessary.

So far it can, which is good enough.

Usage

Populate the config with the imap accounts, install the requirements/base.txt, then run:

python scripts/backup.py --help

TODO

Cache the dates of the emails so I don't have to open each email.