Socket
Socket
Sign inDemoInstall

trash-cleaner

Package Overview
Dependencies
4
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    trash-cleaner

Finds and deletes trash email in the mailbox


Version published
Weekly downloads
7
decreased by-78.12%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Trash Cleaner

A program to delete trash emails based on keyword and label filters.

Setup

  1. Install Node.js & npm
  2. Create a Google Cloud Platform project with the API enabled.
  3. Create Authorization credentials for a desktop application and download credentials.json file in the config directory.
  4. Run npm install in the project directory.
  5. Rename keywords.json.sample file in the config directory to keywords.json and update its contents.
  6. Run node .

Options

Usage: trash-cleaner [options]

Options:
  -V, --version               output the version number
  -d, --debug                 output extra debugging info
  -c, --configDirPath <path>  the path to config directory (default: "config")
  -s, --service <service>     the email service to use (choices: "gmail", "outlook", default: "gmail")
  -h, --help                  display help for command

Keywords

FAQs

Last updated on 13 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc