Name Description Size Coverage
Helpers.cpp 4220 -
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. 1872 -
MboxTestData.cpp 17034 -
MboxTestData.h 733 -
moz.build 508 -
TestHashIfNecessary.cpp 1817 -
TestHeaderReader.cpp 5806 -
TestLineReader.cpp 4866 -
TestMailStream.cpp 5100 -
TestMsgI18N.cpp 1773 -
TestMsgMboxRead.cpp 4754 -
TestMsgMboxWrite.cpp 2573 -
TestMsgUtils.cpp 4485 -