![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.addressparser.RFC822MailboxListjava.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).
See Also: RFC822AddressList
public class RFC822MailboxList
extends grendel.storage.addressparser.RFC822AddressList
{
// Fields 2
private Vector mailbox_list;
private RFC822Mailbox[] mailboxes;
// Constructors 1
public RFC822MailboxList(String);
// Methods 8
private int addMailboxComments(MailboxToken, int, int, int);
private void collectMailboxComments();
private void createMailboxArray();
private void createMailboxList();
public RFC822Mailbox[] getMailboxArray();
private boolean isComment(int);
private boolean isMailboxSpacer(int);
public int mailboxCount();
}
Fields mailbox_listprivate Vector mailbox_list mailboxesprivate RFC822Mailbox[] mailboxes
Constructors RFC822MailboxListpublic RFC822MailboxList(String str) Methods getMailboxArraypublic RFC822Mailbox[] getMailboxArray()
mailboxCountpublic int mailboxCount() createMailboxArrayprivate void createMailboxArray()
createMailboxListprivate void createMailboxList() collectMailboxCommentsprivate void collectMailboxComments() addMailboxCommentsprivate int addMailboxComments(MailboxToken mailbox, int all_indx, int sub_start, int sub_end) isMailboxSpacerprivate boolean isMailboxSpacer(int indx) isCommentprivate boolean isComment(int indx) All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|