
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
gmail-bulkdelete-nodejs
Advanced tools
A simple Node.js command-line script that bulk deletes emails by search query using the Gmail API.
Ever needed to permanently delete 1000+ Gmail messages? It's a real pain, using the web interface!
This tiny Nodejs script lets you bulk delete messages by search query with ease, using the Gmail API.
yarn
(or npm install
).credentials.json
file into the repo's root directory.node . --query="has:attachment larger:5M"
has:attachment larger:5M
- Delete all emails with attachments larger than 5 Mbolder_than:1y is:unread
- Delete all unread emails which are older than 1 yearbefore:2015/01/01
- Delete all emails received before 1st Jan 2015label:promotions is:unread -google
- Delete all unread emails labeled with "Promotions", if they don't contain the keyword "google"from:notifications@facebookmail.com
- Delete all Facebook notificationsin:trash
- Delete all emails in trashHere's a complete list of available Gmail search operators: https://support.google.com/mail/answer/7190?hl=en
I wrote this for private use soley, to clean up my 10 year old Gmail inbox faster. No warranty, no support. Feel free to use.
FAQs
A simple Node.js command-line script that bulk deletes emails by search query using the Gmail API.
We found that gmail-bulkdelete-nodejs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.