radupotop / appendmail-py

Upload emails to a Mailbox using IMAP append

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Append raw email messages (in Maildir format) to an IMAP mailbox.
Works well together with Getmail6 for migrating messages between IMAP mailboxes.

Running

Set your credentials in the .env file and then run:

dotenv run ./appendmail.py ~/Mail/new/ --log migration.log

About

Upload emails to a Mailbox using IMAP append


Languages

Language:Python 97.6%Language:Dockerfile 2.4%