A Node.js application for scanning Gmail MBOX files containing inbox and messages. Built in 2019, it verifies message counts, extracts and counts email addresses, validates each address, and exports results to a TXT file. Uses stream-based processing to efficiently handle large archives while demonstrating data parsing and validation techniques.
-
Updated
Mar 31, 2026 - JavaScript