Home | History | Annotate | Download | only in address

Lines Matching refs:Mailbox

23  * A Mailbox that has a name/description.
27 public class NamedMailbox extends Mailbox {
31 * @see Mailbox#Mailbox(String, String)
39 * @see Mailbox#Mailbox(DomainList, String, String)
47 * Creates a named mailbox based on an unnamed mailbox.
49 public NamedMailbox(String name, Mailbox baseMailbox) {
55 * Returns the name of the mailbox.
62 * Same features (or problems) as Mailbox.getAddressString(boolean),
65 * @see Mailbox#getAddressString(boolean)