Name Description Size Coverage
Helpers.cpp 4300 -
Helpers.h ExtractFromMbox() takes mbox data (as a string) and parses it using MboxMsgInputStream, returning the individual messages via the `msgs` array. `readSize` is the buffer size used for reads. The idea is that parsing code like MboxMsgInputStream might have little biases which produce bad results at different read sizes, so this can be used to shake it out by asking for, say, a single byte at a time. 1952 -
MboxTestData.cpp 17114 -
MboxTestData.h 813 -
moz.build 532 -
TestHashIfNecessary.cpp 1938 -
TestHeaderReader.cpp 5806 -
TestLineReader.cpp 4946 -
TestMsgMboxRead.cpp 4834 -
TestMsgMboxWrite.cpp 2653 -
TestMsgUtils.cpp 3946 -