| |
|
| net.wastl.webmail.server.MailHostData
MailHostData | public interface MailHostData (Code) | | author: Sebastian Schaffert version: $Revision: 1.1.1.1 $ |
getHostURL | public String getHostURL()(Code) | | The Hostname for this mailbox
Value of host. |
getID | public String getID()(Code) | | The unique ID of this mailbox
|
getLogin | public String getLogin()(Code) | | The login for this mailbox
|
getName | public String getName()(Code) | | The name of this mailbox
Value of name. |
getPassword | public String getPassword()(Code) | | The password for this mailbox
Value of password. |
setHostURL | public void setHostURL(String v)(Code) | | Set the value of host.
Parameters: v - Value to assign to host. |
setName | public void setName(String v)(Code) | | Set the value of name.
Parameters: v - Value to assign to name. |
setPassword | public void setPassword(String v)(Code) | | Set the value of password.
Parameters: v - Value to assign to password. |
|
|
|