Python script importing EML files to an IMAP server
__init__.py | ||
consolehelper.py | ||
EmlHelper.py | ||
ImapHelper.py | ||
Main.py | ||
README.md |
This script was written ages ago. I don't know if it still works. All I know is that it requires imaplib2 to work. You can install it like this:
pip install imaplib2