New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

verify-emails-cli

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verify-emails-cli

This package is in alpha. It properly pulls in a file or directory and line by line checks the emails for validity saving 'valid' ones in a timestamped file. Some mailboxes such as yahoo.com return 'null' for mailbox, they do not support verification of u

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-90.91%
Maintainers
1
Weekly downloads
 
Created
Source

README.md

This package is in alpha. It properly pulls in a file or directory and line by line checks the emails for validity saving 'valid' ones in a timestamped file. Some mailboxes such as yahoo.com return 'null' for mailbox, they do not support verification of users, so such failures are saved in a timestamped file labelled 'warning'.

This package expects text files with an email per line. If password credentials are delimited with ':' or ';', they will automatically be removed. This package accepts a filename or a path in which it will take the text files comtaining the emails, line by line, attempt smtp/MX/mailbox verification, and write out to a timestamped labelled file. Writing out to file is not implemented.

Bonus: Included is a file called "email_preprocessor.sh". Let's say you have a bunch of tar.gz of credentials. Run this processor in that folder and it will untar, renumber, throw-away the credentials and just keep the emails for running. There is an additional funciton: party which calls the package in parallel, on top of the internal concurrency.

This package is being updated to ingest all emails into a sqlite3 database to better handle restarts, and a status and statistics dashboard.

Usage: verify-emails-cli [options]

Options:
  -V, --version                    output the version number
  -d, --debug                      DEBUG, ERROR, INFO, WARN
  -f, --filename <string>          i.e.filename
  -l, --directory <string>         i.e. directory (priority over file)
  -o, --output <string>            i.e. filename
  -z, --output-directory <string>  i.e. directory name
  -h, --help                       output usage information

FAQs

Package last updated on 02 Feb 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc