Package org.codelibs.fess.mylasta.mail
Class TestmailPostcard
java.lang.Object
org.lastaflute.core.mail.LaTypicalPostcard
org.codelibs.fess.mylasta.mail.TestmailPostcard
- All Implemented Interfaces:
org.lastaflute.core.mail.LaMailPostcard
public class TestmailPostcard
extends org.lastaflute.core.mail.LaTypicalPostcard
The postcard for MailFlute on LastaFlute.
- Author:
- FreeGen
-
Field Summary
FieldsFields inherited from class org.lastaflute.core.mail.LaTypicalPostcard
bodyFileOption, postcard, strictAddress, variableMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidaddReplyTo(String replyTo) voidaddReplyTo(String replyTo, String personal) voidvoidstatic TestmailPostcarddroppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<TestmailPostcard> postcardLambda) protected Stringprotected String[]voidvoidsetHostname(String hostname) Set the value of hostname, used in parameter comment.Methods inherited from class org.lastaflute.core.mail.LaTypicalPostcard
actuallyAddBcc, actuallyAddCc, actuallyAddReplyTo, actuallyAddTo, asDeliveryCategory, asReceiverLocale, assertArgumentNotEmpty, assertArgumentNotNull, async, attachPlainText, attachVarious, createAddress, createNativePostcard, createVariableMap, definitelySync, doAddBcc, doAddBcc, doAddCc, doAddCc, doAddReplyTo, doAddReplyTo, doAddTo, doAddTo, doSetFrom, dryrun, dryrunByGivenText, dryrunByGivenText, forcedlyDirect, getPostingDiscloser, getVariableMap, isStrictAddress, newNativePostcard, pushLogging, pushUlterior, registerVariable, retry, suppressSendFailure, suppressStrictAddress, toNativePostcard, toString, useBodyFile, writeAuthor
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
TestmailPostcard
public TestmailPostcard()
-
-
Method Details
-
droppedInto
public static TestmailPostcard droppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<TestmailPostcard> postcardLambda) -
getBodyFile
- Specified by:
getBodyFilein classorg.lastaflute.core.mail.LaTypicalPostcard
-
getPropertyNames
- Specified by:
getPropertyNamesin classorg.lastaflute.core.mail.LaTypicalPostcard
-
setFrom
-
addTo
-
addTo
-
addCc
-
addCc
-
addBcc
-
addBcc
-
addReplyTo
-
addReplyTo
-
setHostname
Set the value of hostname, used in parameter comment.
Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.- Parameters:
hostname- The parameter value of hostname. (NotNull)
-