assertSaveMessage(WRONGBODY_FILE);
}
@Test
public void testStructure() throws IOException {
MboxParser parser = new Mime4jMboxParserImpl();
final File file = new File(TU.TEST_FOLDER, MBOX_FILE);
store.saveAll(parser.parse(new FileInputStream(file)));
assertStructure();
}