Skip to content

Latest commit

 

History

History

mbox_parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The main goal of this code is to parse mbox file and render JSON representation out of it. It is assumed that the JSON file will be indexed (into Lucene, Elasticsearch, Searchisko, ... etc) thus some content is preprocessed in order to remove garbage.

It rely on Apache James Mime4J when parsing mbox file.

Possibly similar projects

There are some other libraries that you can use to parse mbox format.