Method Summary |
|
String | getAlias() Get local address to which mail should be delivered. |
boolean | getAliasing() Return true if emails should be delivered locally to an alias. |
boolean | getForwarding() |
MailAddress | getForwardingDestination() |
boolean | setAlias(String address) Set local address to which email should be delivered. |
void | setAliasing(boolean alias) Indicate if mail received for this user should be delivered locally to
a different address. |
void | setForwarding(boolean forward) Indicate if mail for this user should be forwarded to some other mail
server. |
boolean | setForwardingDestination(MailAddress address) |
boolean | setPassword(String pass) Change password to pass. |