Skip to content

Get the list of all email addresses from your SPAM folder (gmail only)

Notifications You must be signed in to change notification settings

lennytmp/gmail_spam_emails_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Parser of email addresses from spam folder

Dirty script which gets all email addresses from SPAM folder of a Gmail account. Uses oauth2 for authorisation.

Instructions

First, CLIENT_ID, CLIENT_SECRET and callback_url should be specified.

Then the script should be run.

npm install
node main.js > /tmp/result.txt

This is an example of output format:

:: 1 // this is the number of emails parsed
test@example.com
::2
test2@example.com
test3@example.com

About

Get the list of all email addresses from your SPAM folder (gmail only)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published