zoho-mail
v1.8.0
Published
Zoho mail view client
Downloads
16
Readme
Zoho Mail CLI
Zoho Mail CLI is a node client tool used to authenticate and read account and messages data
Prerequisites
* npm >= 5.0.0
* node >= 10.0.0
Installation
Clone and install required packages
git clone https://github.com/aghilanbaskar/zoho-mail-cli.git
cd zoho-mail-cli
npm i
npm install -g .
or install globally via npm package
npm install -g zoho-mail
Usage
To authenticate the CLI app.
mail login
To read the messages.
mail messages
Read messages with a custom request body
mail messages status=read limit=10 sortorder=true
Refer Zoho Get Mail Documentation to pass additional request body params.