Package de.xima.fc.mail.models
Class SystemMailServerData
- java.lang.Object
 - 
- de.xima.fc.mail.models.SystemMailServerData
 
 
- 
- All Implemented Interfaces:
 IMailServerData,Serializable
public class SystemMailServerData extends Object implements IMailServerData
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SystemMailServerData() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAuthAttributes()EMailAuthenticationTypegetAuthenticationType()StringgetAuthName()StringgetAuthPassword()EMailEncryptiongetEncrytpionType()StringgetHost()intgetPort()booleanisAllowUtf8()- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getHost
public String getHost()
- Specified by:
 getHostin interfaceIMailServerData
 
- 
getPort
public int getPort()
- Specified by:
 getPortin interfaceIMailServerData
 
- 
getAuthName
public String getAuthName()
- Specified by:
 getAuthNamein interfaceIMailServerData
 
- 
getAuthPassword
public String getAuthPassword()
- Specified by:
 getAuthPasswordin interfaceIMailServerData
 
- 
getAuthenticationType
public EMailAuthenticationType getAuthenticationType()
- Specified by:
 getAuthenticationTypein interfaceIMailServerData
 
- 
getEncrytpionType
public EMailEncryption getEncrytpionType()
- Specified by:
 getEncrytpionTypein interfaceIMailServerData
 
- 
isAllowUtf8
public boolean isAllowUtf8()
- Specified by:
 isAllowUtf8in interfaceIMailServerData
 
- 
getAuthAttributes
public Map<String,String> getAuthAttributes()
- Specified by:
 getAuthAttributesin interfaceIMailServerData
 
 - 
 
 -