| パッケージ | 説明 |
|---|---|
| org.dbflute.mail | |
| org.dbflute.mail.send.embedded.postie |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Map<String,SMailAttachment> |
Postcard.attachmentMap |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected SMailAttachment |
Postcard.createAttachment(String filenameOnHeader,
String contentType,
InputStream resourceStream,
String textEncoding) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,SMailAttachment> |
CardView.getAttachmentMap() |
Map<String,SMailAttachment> |
Postcard.getAttachmentMap() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected String |
SMailHonestPostie.buildAttachmentContentDisposition(CardView view,
SMailAttachment attachment,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected String |
SMailHonestPostie.buildAttachmentContentType(CardView view,
SMailAttachment attachment,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected org.dbflute.optional.OptionalThing<String> |
SMailHonestPostie.getAttachmentTextEncoding(CardView view,
SMailAttachment attachment) |
protected DataSource |
SMailHonestPostie.prepareAttachmentDataSource(CardView view,
SMailPostingMessage message,
SMailAttachment attachment,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected byte[] |
SMailHonestPostie.readAttachedBytes(CardView view,
SMailAttachment attachment) |
void |
SMailPostingMessage.saveAttachmentForDisplay(SMailAttachment attachment,
byte[] attachedBytes,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected javax.mail.internet.MimePart |
SMailHonestPostie.setupAttachmentPart(CardView view,
SMailPostingMessage message,
SMailAttachment attachment) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected javax.mail.internet.MimeMultipart |
SMailHonestPostie.createTextWithAttachmentMultipart(CardView view,
SMailPostingMessage message,
String plain,
Map<String,SMailAttachment> attachmentMap) |
Copyright © 2015–2020 The DBFlute Project. All rights reserved.