Helpers.cpp |
|
4053 |
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 |
|
17116 |
MboxTestData.h |
|
813 |
moz.build |
|
477 |
TestHeaderReader.cpp |
|
5806 |
TestLineReader.cpp |
|
4946 |
TestMsgMboxRead.cpp |
|
4834 |
TestMsgMboxWrite.cpp |
|
2653 |