Package de.xima.fc.mail.models
Class ClientMailServerData
java.lang.Object
de.xima.fc.mail.models.ClientMailServerData
- All Implemented Interfaces:
IMailServerData
,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected String
protected String
protected String
protected EMailAuthenticationType
protected EMailEncryption
protected int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.interfaces.mail.IMailServerData
getAuthenticator, isSupportsCustomSenderName, isSupportsMixedBodyTypes
-
Field Details
-
allowUtf8
protected boolean allowUtf8 -
authAtttributes
-
authName
-
authPassword
-
host
-
mailAuthenticationType
-
mailEncryption
-
port
protected int port
-
-
Constructor Details
-
ClientMailServerData
-
-
Method Details
-
getMailServerScope
- Specified by:
getMailServerScope
in interfaceIMailServerData
-
getAuthAttributes
- Specified by:
getAuthAttributes
in interfaceIMailServerData
-
getAuthenticationType
- Specified by:
getAuthenticationType
in interfaceIMailServerData
-
getAuthName
- Specified by:
getAuthName
in interfaceIMailServerData
-
getAuthPassword
- Specified by:
getAuthPassword
in interfaceIMailServerData
-
getEncrytpionType
- Specified by:
getEncrytpionType
in interfaceIMailServerData
-
getHost
- Specified by:
getHost
in interfaceIMailServerData
-
getPort
public int getPort()- Specified by:
getPort
in interfaceIMailServerData
-
getSenderAddress
- Specified by:
getSenderAddress
in interfaceIMailServerData
- Returns:
- Configured sender address of the mail server.
-
getSenderName
- Specified by:
getSenderName
in interfaceIMailServerData
- Returns:
- Configured sender name of the mail server.
-
isAllowUtf8
public boolean isAllowUtf8()- Specified by:
isAllowUtf8
in interfaceIMailServerData
-
isAllowCustomSenderAddress
public boolean isAllowCustomSenderAddress()- Specified by:
isAllowCustomSenderAddress
in interfaceIMailServerData
- Returns:
- Whether this mail server allows a custom sender address. If not, the
IMailServerData.getSenderAddress()
must be used.
-