Uses of Interface
org.apache.james.mime4j.dom.field.AddressListField

Packages that use AddressListField
org.apache.james.mime4j.field   
org.apache.james.mime4j.message   
 

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

Classes in org.apache.james.mime4j.field that implement AddressListField
 class AddressListFieldImpl
          Address list field such as To or Reply-To.
 class AddressListFieldLenientImpl
          Address list field such as To or Reply-To.
 

Fields in org.apache.james.mime4j.field with type parameters of type AddressListField
static FieldParser<AddressListField> AddressListFieldImpl.PARSER
           
static FieldParser<AddressListField> AddressListFieldLenientImpl.PARSER
           
 

Methods in org.apache.james.mime4j.field that return AddressListField
static AddressListField Fields.addressList(java.lang.String fieldName, java.lang.Iterable<? extends Address> addresses)
          Creates an address-list field from the specified field name and mailbox or group addresses.
static AddressListField Fields.bcc(Address... addresses)
          Creates a Bcc field for the specified mailbox or group addresses.
static AddressListField Fields.bcc(Address address)
          Creates a Bcc field for the specified mailbox or group address.
static AddressListField Fields.bcc(java.lang.Iterable<Address> addresses)
          Creates a Bcc field for the specified mailbox or group addresses.
static AddressListField Fields.cc(Address... addresses)
          Creates a Cc field for the specified mailbox or group addresses.
static AddressListField Fields.cc(Address address)
          Creates a Cc field for the specified mailbox or group address.
static AddressListField Fields.cc(java.lang.Iterable<Address> addresses)
          Creates a Cc field for the specified mailbox or group addresses.
static AddressListField Fields.replyTo(Address... addresses)
          Creates a Reply-To field for the specified mailbox or group addresses.
static AddressListField Fields.replyTo(Address address)
          Creates a Reply-To field for the specified mailbox or group address.
static AddressListField Fields.replyTo(java.lang.Iterable<Address> addresses)
          Creates a Reply-To field for the specified mailbox or group addresses.
static AddressListField Fields.to(Address... addresses)
          Creates a To field for the specified mailbox or group addresses.
static AddressListField Fields.to(Address address)
          Creates a To field for the specified mailbox or group address.
static AddressListField Fields.to(java.lang.Iterable<Address> addresses)
          Creates a To field for the specified mailbox or group addresses.
 

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

Methods in org.apache.james.mime4j.message that return AddressListField
protected abstract  AddressListField AbstractMessage.newAddressList(java.lang.String fieldName, java.util.Collection<? extends Address> addresses)
           
protected  AddressListField MessageImpl.newAddressList(java.lang.String fieldName, java.util.Collection<? extends Address> addresses)
           
 



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