// Try to write a unit test for JAMES-744. At the moment it seems that we cannot reproduce it.
public void testReadMboxrdFile() throws Exception {
MailRepository mr = getMailRepository();
Iterator<String> keys = mr.list();
assertTrue("Two messages in list", keys.hasNext());
keys.next();
assertTrue("One messages in list", keys.hasNext());