Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 509 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 509 Bytes

mbox2csv-2

This is a Python-based command line tool for converting email archives in mbox format to csv files for easier analysis.

Setup

Add the bin directory to your PATH. E.g.

$ echo PATH=$PATH:~/Downloads/mbox2csv_project/bin >> ~/.profile
$ source ~/.profile

Usage

$ mbox2csv OutlookDataFile/Inbox/mbox inbox.csv

Credits

Based on this blog post and github repo