|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecte4s.util.E4Object
e4s.util.E4Settings
e4s.mail.E4MailSettings
public class E4MailSettings
System settings for mail functions.
E4SendMail,
E4ReceiveMail,
E4SmtpAuthenticator| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class e4s.util.E4Settings |
|---|
E4Settings.DATATYPE_DEF |
| Field Summary | |
|---|---|
static java.lang.String |
MAIL_ENABLED
Is mail enabled for the application? |
static java.lang.String |
MAIL_FROM
Definition for the mail "from". |
static java.lang.String |
MAIL_LISTEN_INTERVALL_SECONDS
Listening interval for incoming emails |
static java.lang.String |
MAIL_SMTP_HOST
Definition for the mail host. |
static java.lang.String |
MAIL_SMTP_PASSWORD
Definition for the mail user (authentification to the mail server). |
static java.lang.String |
MAIL_SMTP_USER
Definition for the mail user (authentification to the mail server). |
static java.lang.String |
MAIL_TEMP_PATH
Temporary mail path (for receiving mails) |
| Fields inherited from class e4s.util.E4Settings |
|---|
_DATATYPE_BOOLEAN, _DATATYPE_NUMBER, _DATATYPE_PASSWORD, _DATATYPE_SELECTION, _DATATYPE_STRING, INCLUDE_CHAR, SERVLET_WEB_XML_PARAMETER_PROPERTIES |
| Fields inherited from class e4s.util.E4Object |
|---|
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET |
| Constructor Summary | |
|---|---|
E4MailSettings()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
_getMailFrom()
Get definition for the mail from. |
static java.lang.String |
_getMailSmptHost()
Get definition for the mail host. |
static java.lang.String |
_getMailSmtpPassword()
Get mail server authentification (password). |
static java.lang.String |
_getMailSmtpUser()
Get mail server authentification (user). |
static java.lang.String |
_getSVNVersionString()
Get version info string from subversion. |
static void |
defineDatatypes()
|
boolean |
getAuthentification()
|
static int |
getListeningIntervalSeconds()
Get listening interval for incoming emails. |
java.lang.String |
getMailFrom()
Get definition for the mail from. |
java.lang.String |
getMailSmptHost()
Get definition for the mail host. |
java.lang.String |
getMailSmtpPassword()
Get mail server authentification (password). |
java.lang.String |
getMailSmtpUser()
Get mail server authentification (user). |
static java.lang.String |
getTempPath()
|
static boolean |
isMailEnabled()
|
static void |
validate(HTML html)
|
| Methods inherited from class e4s.util.E4Object |
|---|
Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String MAIL_SMTP_HOST
getMailSmptHost(),
Constant Field Valuespublic static final java.lang.String MAIL_FROM
getMailFrom(),
Constant Field Valuespublic static final java.lang.String MAIL_SMTP_USER
getMailSmtpUser(),
Constant Field Valuespublic static final java.lang.String MAIL_SMTP_PASSWORD
getMailSmtpPassword(),
Constant Field Valuespublic static final java.lang.String MAIL_ENABLED
public static final java.lang.String MAIL_TEMP_PATH
public static final java.lang.String MAIL_LISTEN_INTERVALL_SECONDS
| Constructor Detail |
|---|
public E4MailSettings()
| Method Detail |
|---|
public static java.lang.String _getMailSmptHost()
public java.lang.String getMailSmptHost()
getMailSmptHost in interface E4MailSettings_Intfpublic static java.lang.String _getMailFrom()
E4SendMail.getFrom(),
e4s.mail.E4SendMail#setFrom()public java.lang.String getMailFrom()
getMailFrom in interface E4MailSettings_IntfE4SendMail.getFrom(),
e4s.mail.E4SendMail#setFrom()public static java.lang.String _getMailSmtpUser()
getMailSmtpPassword()public java.lang.String getMailSmtpUser()
getMailSmtpUser in interface E4MailSettings_IntfgetMailSmtpPassword()public static java.lang.String _getMailSmtpPassword()
getMailSmtpUser()public java.lang.String getMailSmtpPassword()
getMailSmtpPassword in interface E4MailSettings_IntfgetMailSmtpUser()public static java.lang.String getTempPath()
public static int getListeningIntervalSeconds()
MAIL_LISTEN_INTERVALL_SECONDSpublic static boolean isMailEnabled()
public static void defineDatatypes()
public boolean getAuthentification()
getAuthentification in interface E4MailSettings_Intfpublic static void validate(HTML html)
public static java.lang.String _getSVNVersionString()
E4Util.getRevisionCodeFromSVN(Class)
|
www.element4solution.com | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||