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 534 -
TestHashIfNecessary.cpp 2291 -
TestHeaderReader.cpp 5815 -
TestLineReader.cpp 4923 -
TestMailStream.cpp 5100 -
TestMsgI18N.cpp 1773 -
TestMsgMboxRead.cpp 4754 -
TestMsgMboxWrite.cpp 2573 -
TestMsgStripRE.cpp 2804 -
TestMsgUtils.cpp 4485 -