Searched refs:mimeMultipart (Results 1 – 1 of 1) sorted by relevance
873 MimeMultipart mimeMultipart = (MimeMultipart) body; in testFetchBodyStructureMultipart() local874 assertEquals(4, mimeMultipart.getCount()); in testFetchBodyStructureMultipart()875 assertEquals("mixed", mimeMultipart.getSubTypeForTest()); in testFetchBodyStructureMultipart()877 final Part part1 = mimeMultipart.getBodyPart(0); in testFetchBodyStructureMultipart()878 final Part part2 = mimeMultipart.getBodyPart(1); in testFetchBodyStructureMultipart()879 final Part part3 = mimeMultipart.getBodyPart(2); in testFetchBodyStructureMultipart()880 final Part part4 = mimeMultipart.getBodyPart(3); in testFetchBodyStructureMultipart()1036 MimeMultipart mimeMultipart = (MimeMultipart) body; in testFetchAttachment() local1037 assertEquals(2, mimeMultipart.getCount()); in testFetchAttachment()1039 Part part1 = mimeMultipart.getBodyPart(1); in testFetchAttachment()