Searched refs:attachmentParts (Results 1 – 2 of 2) sorted by relevance
231 BodyPart[] attachmentParts = new BodyPart[numAttachments]; in prepareLegacyMessageWithAttachments() local253 attachmentParts[i] = attachmentPart; in prepareLegacyMessageWithAttachments()256 return prepareLegacyMessageWithAttachments(attachmentParts); in prepareLegacyMessageWithAttachments()
436 final List<MessagePartData> attachmentParts = new LinkedList<>();440 attachmentParts.add(part);444 return attachmentParts;