This is a Python-based command line tool for converting email archives in mbox format to csv files for easier analysis.
Add the bin
directory to your PATH
. E.g.
$ echo PATH=$PATH:~/Downloads/mbox2csv_project/bin >> ~/.profile
$ source ~/.profile
$ mbox2csv OutlookDataFile/Inbox/mbox inbox.csv
Based on this blog post and github repo