Package org.apache.sling.mailarchiveserver.api

Examples of org.apache.sling.mailarchiveserver.api.MboxParser


    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();
  }
View Full Code Here

TOP

Related Classes of org.apache.sling.mailarchiveserver.api.MboxParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.