@in1t/inbox
v0.1.0
Published
CLI email checker in terminal for gmail/gsuite
Downloads
3
Readme
CLI email checker for gmail/gsuite
Features
- Shows your inbox threads.
- Shows messages inside each thread.
- Shows message date and labels & part of the body.
Getting started:
- Follow the steps in https://developers.google.com/gmail/api/quickstart/nodejs
- Download the creds file in the same proj repo, and name it
client_secret.json
node index.js
- Or link the module globally locally and use it via
inbox
.
Usage:
- List last 25 messages
node index.js
orinbox
. - List last 10 messages
node index.js 10
orinbox 10
. - Search for the last 10 messages that has the word mango
node index.js mango 10
orinbox mango 10
order doesn't mattermango 10
or10 mango
are the same.