Package | Description |
---|---|
net.bluemind.backend.mail.api |
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) |
Copyright © 2021. All Rights Reserved.