Package de.xima.fc.e2e.shared
Class ImapServerSettings
- java.lang.Object
-
- de.xima.fc.e2e.shared.ImapServerSettings
-
- All Implemented Interfaces:
Serializable
public final class ImapServerSettings extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImapServerSettings(String host, int port, String username, String password, EConnectionEncryption encryption)ImapServerSettings(Map<String,String> clientAttrs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description EConnectionEncryptiongetEncryption()StringgetHost()StringgetPassword()intgetPort()StringgetUsername()static voidwriteToClientAttributes(ImapServerSettings settings, Map<String,String> clientAttrs)
-
-
-
Method Detail
-
getEncryption
public EConnectionEncryption getEncryption()
-
getHost
public String getHost()
-
getPassword
public String getPassword()
-
getPort
public int getPort()
-
getUsername
public String getUsername()
-
writeToClientAttributes
public static void writeToClientAttributes(ImapServerSettings settings, Map<String,String> clientAttrs)
-
-