Could someone please explain how to use the mbox parser to parse an mbox file?
I have looked closely at the code and written a little test program. There is nothing apparent that: 1. Returns the output from each individual document separately, without writing an input parser/splitter to split the input mbox file into "From " separated documents before parsing. Is this the intent? 2. Set the "tracking" flag in the MboxParser to true, so that it returns the email header as additional meta-data. Should it be passed in the ParseContext? 3. Tell it to not return blank content.
