Name Description Size
Helpers.cpp 3911
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. 1944
MboxTestData.cpp 17234
MboxTestData.h 813
moz.build 477
TestHeaderReader.cpp 5860
TestLineReader.cpp 5000
TestMsgMboxRead.cpp 4367
TestMsgMboxWrite.cpp 2251