Method Summary |
|
public String | getAddress() Returns the internet address of this PostOffice. |
public String | getName() Returns a common name for this PostOffice. |
public int | getPort() Returns the port of this PostOffice. |
public String | getProtocol() Returns the protocol required for
this PostOffice. |
public String | getReplyToDomain() Returns the reply-to domain setting for
this PostOffice. |
public String | getRootFolder() Returns the default root folder
this PostOffice. |
public String | getType() Returns the type of this PostOffice. |
public boolean | isDefault() Tests if this PostOffice is
the default. |
public boolean | isSecure() Tests if the communication with this PostOffice
should be secure. |
public boolean | isType(String type) Tests if this PostOffice is of a
given type. |
public void | setAddress(String address) Sets the internet address of this PostOffice. |
public void | setDefault(boolean aDefault) Sets the default flag for this PostOffice. |
public void | setName(String name) Sets the common name for this PostOffice. |
public void | setPort(int port) Sets the port of this this PostOffice. |
public void | setProtocol(String protocol) Sets the protocol required for
this PostOffice. |
public void | setReplyToDomain(String domain) Sets the reply-to domain for
this PostOffice. |
public void | setRootFolder(String folder) Sets the default root folder for
this PostOffice. |
public void | setSecure(boolean secure) Sets the communication with this PostOffice
to be secure. |
public void | setType(String type) Sets the type of this PostOffice. |