8000 GitHub - radupotop/appendmail-py: Upload emails to a Mailbox using IMAP append
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

radupotop/appendmail-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
0