Searched refs:getBodyPart (Results 1 – 3 of 3) sorted by relevance
214 BodyPart bodyPart = multipart.getBodyPart(i); in findFirstPartByMimeType()231 BodyPart bodyPart = multipart.getBodyPart(i); in findPartByContentId()403 collectParts(mp.getBodyPart(i), viewables, attachments); in collectParts()
76 text = resolveInlineImage(resolver, accountId, text, mp.getBodyPart(i), depth + 1); in resolveInlineImage()
36 public BodyPart getBodyPart(int index) throws MessagingException { in getBodyPart() method in Multipart