1.8.0 • Published 5 years ago
zoho-mail v1.8.0
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.0Installation
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-mailUsage
To authenticate the CLI app.
mail loginTo read the messages.
mail messagesRead messages with a custom request body
mail messages status=read limit=10 sortorder=trueRefer Zoho Get Mail Documentation to pass additional request body params.