Merge branch 'dev' into 'quopri2'
Koen van der Veen authored
# Conflicts:
#   gmail_importer/plugin.py
#   nbs/gmailimporter.ipynb
b5ab483f

Gmail Importer

GmailImporter is a memri python plugin that imports your emails over IMAP.

Install

To install as a Python package, run:

pip install -e .

Run

Make sure you have a pod running. Then, you can run the plugin locally with the run_plugin CLI:

run_plugin --config_file="example_config.json"

To simulate the front-end:

password_simulator --run_id=<myrun_id>

Docker

docker build -t gmail_importer .

To run the plugin:

simulate_run_plugin_from_frontend --config_file="example_config.json"

Optionally, to simulate the front-end you can run:

password_simulator --run_id=<myrun_id>