Skip to content

Zoho mail client is a node CLI to authenticate, read account and message data from Zoho mail

License

Notifications You must be signed in to change notification settings

aghilanbaskar/zoho-mail-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

License

MIT

About

Zoho mail client is a node CLI to authenticate, read account and message data from Zoho mail

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published