| Package | Description |
|---|---|
| net.bluemind.backend.mail.api | |
| net.bluemind.backend.mail.api.utils | |
| net.bluemind.backend.mail.parsing | |
| net.bluemind.eas.backend.bm.mail.loader |
| Modifier and Type | Field and Description |
|---|---|
MessageBody.Part |
MessageBody.structure |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<MessageBody.Part> |
MessageBody.Part.children
Parts with a multipart/...
|
| Modifier and Type | Method and Description |
|---|---|
static MessageBody.Part |
MessageBody.Part.create(java.lang.String file,
java.lang.String mime,
java.lang.String addr) |
static MessageBody.Part |
MessageBody.Part.create(java.lang.String file,
java.lang.String mime,
java.lang.String addr,
int size) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MessageBody.Part> |
MessageBody.Part.attachments() |
java.util.List<MessageBody.Part> |
MessageBody.Part.inlineAttachments() |
java.util.List<MessageBody.Part> |
MessageBody.Part.nonInlineAttachments() |
| Modifier and Type | Method and Description |
|---|---|
static MessageBody |
MessageBody.of(java.lang.String subject,
MessageBody.Part structure) |
static MailboxItem |
MailboxItem.of(java.lang.String subject,
MessageBody.Part structure) |
| Modifier and Type | Method and Description |
|---|---|
void |
PartsWalker.PartVisitor.accept(T context,
MessageBody.Part cur) |
void |
PartsWalker.visit(PartsWalker.PartVisitor<T> visitor,
MessageBody.Part root) |
| Modifier and Type | Method and Description |
|---|---|
static Mime4JHelper.SizedStream |
EmlBuilder.inputStream(java.lang.Long id,
java.lang.String previousBody,
java.util.Date date,
MessageBody.Part structure,
java.lang.String owner,
java.lang.String sid) |
| Modifier and Type | Method and Description |
|---|---|
void |
BodyAccumulator.consumeBodyPart(MessageBody.Part bodyPart,
Stream stream) |
Copyright © 2023. All Rights Reserved.