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>