Searched defs:textPart (Results 1 – 1 of 1) sorted by relevance
93 public static BodyPart textPart(String mimeType, String text) throws MessagingException { in textPart() method in MessageTestUtils95 final MimeBodyPart textPart = new MimeBodyPart(textBody); in textPart() local