@Deprecated public interface JamesUser extends User
| Modifier and Type | Method and Description | 
|---|---|
| String | getAlias()Deprecated.  Get local address to which mail should be delivered. | 
| boolean | getAliasing()Deprecated.  Return true if emails should be delivered locally to an alias. | 
| boolean | getForwarding()Deprecated.  Return true if mail for this user should be forwarded | 
| org.apache.mailet.MailAddress | getForwardingDestination()Deprecated.  Return the destination to which email should be forwarded | 
| boolean | setAlias(String address)Deprecated.  Set local address to which email should be delivered. | 
| void | setAliasing(boolean alias)Deprecated.  Indicate if mail received for this user should be delivered locally to a
 different address. | 
| void | setForwarding(boolean forward)Deprecated.  Indicate if mail for this user should be forwarded to some other mail
 server. | 
| boolean | setForwardingDestination(org.apache.mailet.MailAddress address)Deprecated.  
 Set destination for forwading mail | 
getUserName, setPassword, verifyPasswordvoid setForwarding(boolean forward)
forward - whether email for this user should be forwardedboolean getForwarding()
boolean setForwardingDestination(org.apache.mailet.MailAddress address)
Set destination for forwading mail
TODO: Should we use a MailAddress?
address - the forwarding address for this userorg.apache.mailet.MailAddress getForwardingDestination()
void setAliasing(boolean alias)
boolean getAliasing()
boolean setAlias(String address)
String getAlias()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.