You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple Node.js script for extracting email addresses from an MBOX file. It reads the content of the MBOX file, extracts email addresses from each message, and outputs them to a text file. I am a development student and I would appreciate any and all feedback. Thanks everyone!
Built in January 2019. A Node.js application to scan the Gmail MBOX files (that contains all the inbox/sent email messages). The process will contain verification of the email messages count, and all email addresses count, validate each email address, and in the end, export all email addresses to a TXT file. Doing all of this, without any tradit…