Package de.xima.fc.interfaces.mail
Interface IMailServerData
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ClientMailServerData,CustomMailServerData,SystemMailServerData
public interface IMailServerData extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description Map<String,String>getAuthAttributes()EMailAuthenticationTypegetAuthenticationType()default javax.mail.AuthenticatorgetAuthenticator()Deprecated.StringgetAuthName()StringgetAuthPassword()EMailEncryptiongetEncrytpionType()StringgetHost()intgetPort()booleanisAllowUtf8()default booleanisSupportsCustomSenderName()default booleanisSupportsMixedBodyTypes()
-
-
-
Method Detail
-
getHost
String getHost()
-
getPort
int getPort()
-
getAuthName
String getAuthName()
-
getAuthPassword
String getAuthPassword()
-
getAuthenticationType
EMailAuthenticationType getAuthenticationType()
-
getEncrytpionType
EMailEncryption getEncrytpionType()
-
isAllowUtf8
boolean isAllowUtf8()
-
isSupportsCustomSenderName
default boolean isSupportsCustomSenderName()
-
isSupportsMixedBodyTypes
default boolean isSupportsMixedBodyTypes()
-
getAuthenticator
@Deprecated default javax.mail.Authenticator getAuthenticator()
Deprecated.
-
-