Uses of Class
net.bluemind.backend.mail.api.MessageBody.Part
-
Uses of MessageBody.Part in net.bluemind.backend.mail.api
Modifier and TypeMethodDescriptionMessageBody.Part.attachments()
MessageBody.Part.inlineAttachments()
MessageBody.Part.nonInlineAttachments()
MessageBody.Part.parts()
Modifier and TypeMethodDescriptionstatic MailboxItem
MailboxItem.of
(String subject, MessageBody.Part structure) static MessageBody
MessageBody.of
(String subject, MessageBody.Part structure) -
Uses of MessageBody.Part in net.bluemind.backend.mail.api.utils
Modifier and TypeMethodDescriptionvoid
PartsWalker.PartVisitor.accept
(T context, MessageBody.Part cur) void
PartsWalker.visit
(PartsWalker.PartVisitor<T> visitor, MessageBody.Part root)