すべてのメソッド インスタンス・メソッド concreteメソッド
| 修飾子とタイプ |
メソッドと説明 |
protected void |
actuallySend(SMailPostingMessage message) |
protected void |
assertArgumentNotNull(String variableName,
Object value) |
SMailHonestPostie |
asTraining() |
protected String |
buildAttachmentContentDisposition(CardView view,
SMailAttachment attachment,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected String |
buildAttachmentContentType(CardView view,
SMailAttachment attachment,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected String |
buildTextContentType(CardView view,
SMailHonestPostie.TextType textType,
String encoding) |
protected void |
closeTransport(javax.mail.Transport transport) |
protected javax.mail.Address |
createAddress(CardView view,
SMailAddress address) |
protected DataHandler |
createDataHandler(DataSource source) |
protected javax.mail.internet.InternetAddress |
createInternetAddress(CardView view,
String address,
boolean strict) |
protected SMailPostingMessage |
createMailMessage(CardView view) |
protected javax.mail.internet.MimeMessage |
createMimeMessage(CardView view,
javax.mail.Session session) |
protected javax.mail.internet.MimeMultipart |
createTextWithAttachmentMultipart(CardView view,
SMailPostingMessage message,
String plain,
Map<String,SMailAttachment> attachmentMap) |
void |
deliver(Postcard postcard) |
protected void |
disclosePostingState(Postcard postcard,
SMailPostingMessage message) |
protected void |
doSend(Postcard postcard,
SMailPostingMessage message) |
protected javax.mail.Session |
extractNativeSession(CardView view,
SMailPostalMotorbike motorbike) |
protected String |
getAttachmentFilenameEncoding(CardView view) |
protected String |
getAttachmentMimeType(CardView view) |
protected org.dbflute.optional.OptionalThing<String> |
getAttachmentTextEncoding(CardView view,
SMailAttachment attachment) |
protected String |
getAttachmentTransferEncoding(CardView view) |
protected String |
getBasicEncoding() |
protected Locale |
getDefaultReceiverLocale() |
protected String |
getEncodedFilename(CardView view,
String filename) |
protected long |
getIntervalMillis(Postcard postcard) |
protected String |
getPersonalEncoding() |
protected int |
getRetryCount(Postcard postcard) |
protected String |
getSubject(CardView view) |
protected String |
getSubjectEncoding() |
protected String |
getTextEncoding(CardView view) |
protected String |
getTextMimeType(CardView view) |
protected String |
getTextTransferEncoding(CardView view) |
protected void |
handleSendFailure(Postcard postcard,
SMailPostingMessage message,
Exception e) |
protected void |
hookPreparedMessage(Postcard postcard,
SMailPostingMessage message) |
protected boolean |
isCancel(CardView view) |
protected boolean |
isStrictAddress() |
protected boolean |
isSuppressAttachmentTransferEncoding(CardView view) |
protected boolean |
isSuppressTextTransferEncoding(CardView view) |
boolean |
isTraining() |
protected void |
logMailBefore(Postcard postcard,
SMailPostingMessage message) |
protected void |
logMailFinally(Postcard postcard,
SMailPostingMessage message,
RuntimeException cause) |
protected void |
logRetrySuccess(Postcard postcard,
SMailPostingMessage message,
int challengeCount,
Exception firstCause) |
protected void |
logSuppressedCause(Postcard postcard,
SMailPostingMessage message,
RuntimeException e) |
protected boolean |
needsAsync(Postcard postcard) |
protected javax.mail.internet.MimeBodyPart |
newMimeBodyPart() |
protected javax.mail.internet.MimeMultipart |
newMimeMultipart() |
protected void |
prepareAddress(CardView view,
SMailPostingMessage message) |
protected void |
prepareAsync(Postcard postcard) |
protected DataSource |
prepareAttachmentDataSource(CardView view,
SMailPostingMessage message,
SMailAttachment attachment,
org.dbflute.optional.OptionalThing<String> textEncoding) |
protected void |
prepareBody(CardView view,
SMailPostingMessage message) |
protected void |
prepareRetry(Postcard postcard) |
protected void |
prepareSubject(CardView view,
SMailPostingMessage message) |
protected ByteBuffer |
prepareTextByteBuffer(CardView view,
String text,
String encoding) |
protected javax.mail.util.ByteArrayDataSource |
prepareTextDataSource(CardView view,
ByteBuffer buffer) |
protected javax.mail.Transport |
prepareTransport() |
protected byte[] |
readAttachedBytes(CardView view,
SMailAttachment attachment) |
protected void |
retryableSend(Postcard postcard,
SMailPostingMessage message) |
protected void |
send(Postcard postcard,
SMailPostingMessage message) |
protected javax.mail.internet.MimePart |
setupAttachmentPart(CardView view,
SMailPostingMessage message,
SMailAttachment attachment) |
protected javax.mail.internet.MimePart |
setupTextPart(CardView view,
javax.mail.internet.MimePart part,
String text,
SMailHonestPostie.TextType textType) |
protected void |
stagingSend(Postcard postcard,
SMailPostingMessage message) |
protected org.dbflute.optional.OptionalThing<String> |
toCompleteHtmlText(CardView view) |
protected String |
toCompletePlainText(CardView view) |
protected javax.mail.Address |
toInternetAddress(CardView view,
SMailAddress address) |
protected javax.mail.Address |
verifyFilteredFromAddress(CardView view,
javax.mail.Address filteredFrom) |
protected org.dbflute.optional.OptionalThing<javax.mail.Address> |
verifyFilteredOptionalAddress(CardView view,
org.dbflute.optional.OptionalThing<javax.mail.Address> opt) |
protected void |
verifyFilteredToAddressExists(CardView view,
boolean existsToAddress) |
protected void |
waitBeforeRetrySending(long intervalMillis) |
SMailHonestPostie |
withAddressFilter(SMailAddressFilter addressFilter) |
SMailHonestPostie |
withAsyncStrategy(SMailAsyncStrategy asyncStrategy) |
SMailHonestPostie |
withBodyTextFilter(SMailBodyTextFilter bodyTextFilter) |
SMailHonestPostie |
withCancelFilter(SMailCancelFilter cancelFilter) |
SMailHonestPostie |
withInternetAddressCreator(SMailInternetAddressCreator internetAddressCreator) |
SMailHonestPostie |
withLabelStrategy(SMailLabelStrategy labelStrategy) |
SMailHonestPostie |
withLoggingStrategy(SMailLoggingStrategy loggingStrategy) |
SMailHonestPostie |
withMailHeaderStrategy(SMailMailHeaderStrategy mailHeaderStrategy) |
SMailHonestPostie |
withRetryStrategy(SMailRetryStrategy retryStrategy) |
SMailHonestPostie |
withSubjectFilter(SMailSubjectFilter subjectFilter) |