Methods Summary |
---|
public java.lang.String | getAlias()Get local address to which mail should be delivered.
|
public boolean | getAliasing()Return true if emails should be delivered locally to an alias.
|
public boolean | getForwarding()Return true if mail for this user should be forwarded
|
public org.apache.mailet.MailAddress | getForwardingDestination()Return the destination to which email should be forwarded
|
public boolean | setAlias(java.lang.String address)Set local address to which email should be delivered.
|
public void | setAliasing(boolean alias)Indicate if mail received for this user should be delivered locally to
a different address.
|
public void | setForwarding(boolean forward)Indicate if mail for this user should be forwarded to some other mail
server.
|
public boolean | setForwardingDestination(org.apache.mailet.MailAddress address)Set destination for forwading mail
TODO: Should we use a MailAddress?
|
public boolean | setPassword(java.lang.String pass)Change password to pass. Return true if successful.
|