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()
EMailAuthenticationType
getAuthenticationType()
default javax.mail.Authenticator
getAuthenticator()
Deprecated.String
getAuthName()
String
getAuthPassword()
EMailEncryption
getEncrytpionType()
String
getHost()
int
getPort()
boolean
isAllowUtf8()
default boolean
isSupportsCustomSenderName()
default boolean
isSupportsMixedBodyTypes()
-
-
-
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.
-
-