Class Address
- java.lang.Object
-
- org.apache.james.mime4j.dom.address.Address
-
- All Implemented Interfaces:
Serializable
public abstract class Address extends Object implements Serializable
The abstract base for classes that represent RFC2822 addresses. This includes groups and mailboxes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Address()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract void
doAddMailboxesTo(List<Mailbox> results)
Adds any mailboxes represented by this address into the given List.
-