Uses of Class
org.apache.james.mime4j.field.MailboxListField

Packages that use MailboxListField
org.apache.james.mime4j.field   
 

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

Methods in org.apache.james.mime4j.field that return MailboxListField
static MailboxListField Fields.from(java.lang.Iterable<Mailbox> mailboxes)
          Creates a From field for the specified mailbox addresses.
static MailboxListField Fields.from(Mailbox... mailboxes)
          Creates a From field for the specified mailbox addresses.
static MailboxListField Fields.from(Mailbox mailbox)
          Creates a From field for the specified mailbox address.
static MailboxListField Fields.mailboxList(java.lang.String fieldName, java.lang.Iterable<Mailbox> mailboxes)
          Creates a mailbox-list field from the specified field name and mailbox addresses.
 



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