Uses of Class
org.apache.james.mime4j.dom.address.AddressList

Packages that use AddressList
org.apache.james.mime4j.dom   
org.apache.james.mime4j.dom.field   
org.apache.james.mime4j.field   
org.apache.james.mime4j.field.address   
org.apache.james.mime4j.message   
 

Uses of AddressList in org.apache.james.mime4j.dom
 

Methods in org.apache.james.mime4j.dom that return AddressList
 AddressList Message.getBcc()
          Returns the value of the Bcc header field of this message as AddressList object or null if it is not present.
 AddressList Message.getCc()
          Returns the value of the Cc header field of this message as AddressList object or null if it is not present.
 AddressList Message.getReplyTo()
          Returns the value of the Reply-To header field of this message as AddressList object or null if it is not present.
 AddressList Message.getTo()
          Returns the value of the To header field of this message as AddressList object or null if it is not present.
 

Uses of AddressList in org.apache.james.mime4j.dom.field
 

Methods in org.apache.james.mime4j.dom.field that return AddressList
 AddressList AddressListField.getAddressList()
           
 

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

Methods in org.apache.james.mime4j.field that return AddressList
 AddressList AddressListFieldImpl.getAddressList()
           
 AddressList AddressListFieldLenientImpl.getAddressList()
           
 

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

Methods in org.apache.james.mime4j.field.address that return AddressList
 AddressList LenientAddressBuilder.parseAddressList(ByteSequence buf, ParserCursor cursor)
           
 AddressList LenientAddressBuilder.parseAddressList(java.lang.String text)
           
 AddressList AddressBuilder.parseAddressList(java.lang.String rawAddressList)
           
 AddressList AddressBuilder.parseAddressList(java.lang.String rawAddressList, DecodeMonitor monitor)
          Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header.
 

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

Methods in org.apache.james.mime4j.message that return AddressList
 AddressList AbstractMessage.getBcc()
          Returns the value of the Bcc header field of this message as AddressList object or null if it is not present.
 AddressList AbstractMessage.getCc()
          Returns the value of the Cc header field of this message as AddressList object or null if it is not present.
 AddressList AbstractMessage.getReplyTo()
          Returns the value of the Reply-To header field of this message as AddressList object or null if it is not present.
 AddressList AbstractMessage.getTo()
          Returns the value of the To header field of this message as AddressList object or null if it is not present.
 



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