Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mail-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mail-cli - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

package.json
{
"name": "mail-cli",
"version": "1.5.0",
"version": "1.5.1",
"main": "./index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -21,2 +21,12 @@ # Mail CLI Tool

```
npx mail-cli
```
For installation inside node_modules
```
npm i mail-cli
```
For cloneing and contribution
```bash

@@ -33,3 +43,3 @@ git clone https://github.com/your-repo/mail-cli-tool.git

```bash
node index.js <command> [options]
npx mail-cli <command> [options]
```

@@ -42,11 +52,11 @@

```bash
node index.js --setup --smtp-host <host>
node index.js --setup --smtp-port <port>
node index.js --setup --auth-user <username>
node index.js --setup --auth-pass <password>
node index.js --setup --set-secure
node index.js --setup --set-unsecure
node index.js --setup --set-editor <editor>
node index.js --setup --view-config
node index.js --setup --edit-config
npx mail-cli --setup --smtp-host <host>
npx mail-cli --setup --smtp-port <port>
npx mail-cli --setup --auth-user <username>
npx mail-cli --setup --auth-pass <password>
npx mail-cli --setup --set-secure
npx mail-cli --setup --set-unsecure
npx mail-cli --setup --set-editor <editor>
npx mail-cli --setup --view-config
npx mail-cli --setup --edit-config

@@ -60,8 +70,8 @@ ```

```bash
node index.js --draft --new [--tag <tagname>]
node index.js --draft --get-draft-list
node index.js --draft --get-draft <draft_id or tag_name>
node index.js --draft --edit-draft --subject <draft_id or tag_name> <new_subject>
node index.js --draft --edit-draft --body <draft_id or tag_name> <new_body>
node index.js --draft --send [<draft_id or tag_name>]
npx mail-cli --draft --new [--tag <tagname>]
npx mail-cli --draft --get-draft-list
npx mail-cli --draft --get-draft <draft_id or tag_name>
npx mail-cli --draft --edit-draft --subject <draft_id or tag_name> <new_subject>
npx mail-cli --draft --edit-draft --body <draft_id or tag_name> <new_body>
npx mail-cli --draft --send [<draft_id or tag_name>]

@@ -68,0 +78,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc