Easily convert mbox files to json.
- install dependencies with
npm install
- run with
./mbox-to-json.js --input FILENAME.mbox
You can dump the JSON to a file by specifying the --output option:
./mbox-to-json.js --input FILENAME.mbox --output FILENAME.json