Uses of Class
org.apache.james.mime4j.field.address.MailboxList

Packages that use MailboxList
org.apache.james.mime4j.field   
org.apache.james.mime4j.field.address   
org.apache.james.mime4j.message   
 

Uses of MailboxList in org.apache.james.mime4j.field
 

Methods in org.apache.james.mime4j.field that return MailboxList
 MailboxList MailboxListField.getMailboxList()
           
 

Uses of MailboxList in org.apache.james.mime4j.field.address
 

Methods in org.apache.james.mime4j.field.address that return MailboxList
 MailboxList AddressList.flatten()
          Returns a flat list of all mailboxes represented in this address list.
 MailboxList Group.getMailboxes()
          Returns the mailboxes in this group.
 

Constructors in org.apache.james.mime4j.field.address with parameters of type MailboxList
Group(java.lang.String name, MailboxList mailboxes)
           
 

Uses of MailboxList in org.apache.james.mime4j.message
 

Methods in org.apache.james.mime4j.message that return MailboxList
 MailboxList Message.getFrom()
          Returns the value of the From header field of this message as MailboxList object or null if it is not present.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.