From 7a016a062e67aa4bbbb109e30b42181d0f922c1d Mon Sep 17 00:00:00 2001 From: Sean Hoyt Date: Wed, 5 Nov 2025 13:18:20 -0700 Subject: [PATCH 1/4] moved doc for setting env var to new line --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29d38db..c38cdfe 100644 --- a/README.md +++ b/README.md @@ -143,13 +143,14 @@ To use the API Key you can set the `IMAP_API_KEY` environment variable and then the tool as usual. ```bash -IMAP_API_KEY= imap-data-access ... +$ export IMAP_API_KEY= +$ imap-data-access ... ``` or with CLI flags ```bash -imap-data-access --api-key ... +$ imap-data-access --api-key ... ``` ### Automated use with Access token From 26fe0f26d330632e2038cc6eb849ac540c2b898b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:24:34 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38cdfe..f76607e 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ To use the API Key you can set the `IMAP_API_KEY` environment variable and then the tool as usual. ```bash -$ export IMAP_API_KEY= +$ export IMAP_API_KEY= $ imap-data-access ... ``` From e5e8dc0727793d386a23b83fa2141f7cffc9c5a1 Mon Sep 17 00:00:00 2001 From: Sean Hoyt Date: Thu, 6 Nov 2025 09:14:27 -0700 Subject: [PATCH 3/4] removed export --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f76607e..94b34c4 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ To use the API Key you can set the `IMAP_API_KEY` environment variable and then the tool as usual. ```bash -$ export IMAP_API_KEY= +$ IMAP_API_KEY= $ imap-data-access ... ``` From a0504fc69667ab4319125904cc4841837c76aab4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:50:53 +0000 Subject: [PATCH 4/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94b34c4..ca93b48 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ To use the API Key you can set the `IMAP_API_KEY` environment variable and then the tool as usual. ```bash -$ IMAP_API_KEY= +$ IMAP_API_KEY= $ imap-data-access ... ```