Home | History | Annotate | Download | only in address

Lines Matching refs:Address

20 package org.apache.james.mime4j.field.address;

25 * Represents a single e-mail address.
29 public class Mailbox extends Address {
36 * @param localPart The part of the e-mail address to the left of the "@".
37 * @param domain The part of the e-mail address to the right of the "@".
46 * @param localPart The part of the e-mail address to the left of the "@".
47 * @param domain The part of the e-mail address to the right of the "@".
63 * Returns the left part of the e-mail address
71 * Returns the right part of the e-mail address
79 * Formats the address as a string, not including
92 * For example, if the unparsed address was
113 protected final void doAddMailboxesTo(ArrayList<Address> results) {