--- title: Gmail Importer keywords: fastai sidebar: home_sidebar summary: "GmailImporter is a memri python plugin that imports your emails over IMAP." description: "GmailImporter is a memri python plugin that imports your emails over IMAP." nb_path: "nbs/index.ipynb" ---
{% raw %}
{% endraw %}

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:

qr_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:

qr_simulator --run_id=<myrun_id>