Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 444 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 444 Bytes

mbox-iterator - Integrated in Apache James Mime4j 0.8 !!

svn.apache.org/repos/asf/james/mime4j/trunk/

MboxIterator provides an iterator like interface over mbox files. It's designed to allow easy parsing with mime4j.

It uses NIO memory mapped files for proceesing and should provide fast processing capabilities.

Dependencies

It has no direct dependencies other than the JDK.

Building

The project uses Maven as a build tool.