Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your-api-key> imap-data-access ...
$ export IMAP_API_KEY=<your-api-key>
$ imap-data-access ...
```

or with CLI flags

```bash
imap-data-access --api-key <your-api-key> ...
$ imap-data-access --api-key <your-api-key> ...
```

### Automated use with Access token
Expand Down