Home | History | Annotate | Download | only in internet

Lines Matching refs:Multipart

32 import org.apache.james.mime4j.message.Multipart;
247 // Attach a meeting invitation, which needs to be sent as multipart/alternative
273 assertTrue(contentType.getBody().contains("multipart/alternative"));
274 Multipart multipart = (Multipart)mimeMessage.getBody();
275 List<BodyPart> partList = multipart.getBodyParts();
317 assertTrue(contentType.getBody().contains("multipart/mixed"));
318 Multipart multipart = (Multipart)mimeMessage.getBody();
319 List<BodyPart> partList = multipart.getBodyParts();