Cyberes f512acf56a | ||
---|---|---|
iarchiver | ||
iviewer | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
archiver.py | ||
config.yml.sample | ||
imaparchiver.service | ||
requirements.txt | ||
server.py |
README.md
imap-archiver
Archive the content on your email account.
A very simple way to sync your email account with the goal of backing up all your emails.
Saves attachments to disk and stores the emails in an SQLite database.
A very simple web viewer is provided to view your raw emails.
Does not support different accounts.
Install
- Create a venv
pip install -r requirements.txt
cp config.yml.sample config.yml
- Edit
config.yml
and configure your login info. python3 run.py
A sample systemd service file is included.
To Do
- Fix subject decoding. Some character sets aren't detected correctly.
- Sync Gmail categories as folders.