Skip to content

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

Notifications You must be signed in to change notification settings

kiwiandroiddev/mbox2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages