|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--grendel.storage.addressparser.RFC822AddressList | +--grendel.storage.addressparser.RFC822MailboxList
A subclass of RFC822AddressList. Its purpose is to create a more human readable list of all the addresses of this address list. To that end it flattens RFC822 groups in place into mailbox lists. It also attempts to save those occasions when name information is stored in a comment with an addr-spec instead of being put into the more complete form of (phrase route-addr).
RFC822AddressList
Constructor Summary | |
RFC822MailboxList(java.lang.String str)
|
Method Summary | |
RFC822Mailbox[] |
getMailboxArray()
|
int |
mailboxCount()
|
Methods inherited from class grendel.storage.addressparser.RFC822AddressList |
getAddressString,
getErrorString,
isError,
size |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RFC822MailboxList(java.lang.String str)
Method Detail |
public RFC822Mailbox[] getMailboxArray()
RFC822Mailbox
public int mailboxCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |