public class IMAPServer<T extends IMAPServer<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IMAPServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
outboundSocketBindingRef()
Outbound Socket binding to mail server
|
T |
outboundSocketBindingRef(String value)
Outbound Socket binding to mail server
|
String |
password()
Password to authenticate on server
|
T |
password(String value)
Password to authenticate on server
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
ssl()
Does server require SSL?
|
T |
ssl(Boolean value)
Does server require SSL?
|
Boolean |
tls()
Does server require TLS?
|
T |
tls(Boolean value)
Does server require TLS?
|
String |
username()
Username to authenticate on server
|
T |
username(String value)
Username to authenticate on server
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String outboundSocketBindingRef()
public T outboundSocketBindingRef(String value)
public String password()
public Boolean ssl()
public Boolean tls()
public String username()
Copyright © 2017 JBoss by Red Hat. All rights reserved.