Uses of Class
org.apache.james.mime4j.dom.address.AddressList
-
Packages that use AddressList Package Description 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 Modifier and Type Method Description private AddressListMessage.Builder. getAddressList(java.lang.String fieldName)AddressListMessage.Builder. getBcc()Returns the value of the Bcc header field of this message asAddressListobject ornullif it is not present.AddressListMessage. getBcc()Returns the value of the Bcc header field of this message asAddressListobject ornullif it is not present.AddressListMessage.Builder. getCc()Returns the value of the Cc header field of this message asAddressListobject ornullif it is not present.AddressListMessage. getCc()Returns the value of the Cc header field of this message asAddressListobject ornullif it is not present.AddressListMessage.Builder. getReplyTo()Returns the value of the Reply-To header field of this message asAddressListobject ornullif it is not present.AddressListMessage. getReplyTo()Returns the value of the Reply-To header field of this message asAddressListobject ornullif it is not present.AddressListMessage.Builder. getTo()Returns the value of the To header field of this message asAddressListobject ornullif it is not present.AddressListMessage. getTo()Returns the value of the To header field of this message asAddressListobject ornullif 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 Modifier and Type Method Description AddressListAddressListField. getAddressList() -
Uses of AddressList in org.apache.james.mime4j.field
Fields in org.apache.james.mime4j.field declared as AddressList Modifier and Type Field Description private AddressListAddressListFieldImpl. addressListprivate AddressListAddressListFieldLenientImpl. addressListMethods in org.apache.james.mime4j.field that return AddressList Modifier and Type Method Description AddressListAddressListFieldImpl. getAddressList()AddressListAddressListFieldLenientImpl. getAddressList() -
Uses of AddressList in org.apache.james.mime4j.field.address
Methods in org.apache.james.mime4j.field.address that return AddressList Modifier and Type Method Description AddressListBuilder. buildAddressList(ASTaddress_list node, DecodeMonitor monitor)AddressListAddressParser. parseAddressList(java.lang.CharSequence text)Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header.AddressListDefaultAddressParser. parseAddressList(java.lang.CharSequence text)AddressListDefaultAddressParser. parseAddressList(java.lang.CharSequence text, DecodeMonitor monitor)Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header.AddressListLenientAddressParser. parseAddressList(java.lang.CharSequence text)AddressListLenientAddressParser. parseAddressList(ByteSequence buf, ParserCursor cursor) -
Uses of AddressList in org.apache.james.mime4j.message
Methods in org.apache.james.mime4j.message that return AddressList Modifier and Type Method Description private AddressListAbstractMessage. getAddressList(java.lang.String fieldName)AddressListAbstractMessage. getBcc()Returns the value of the Bcc header field of this message asAddressListobject ornullif it is not present.AddressListMessageBuilder. getBcc()Deprecated.AddressListAbstractMessage. getCc()Returns the value of the Cc header field of this message asAddressListobject ornullif it is not present.AddressListMessageBuilder. getCc()Deprecated.AddressListAbstractMessage. getReplyTo()Returns the value of the Reply-To header field of this message asAddressListobject ornullif it is not present.AddressListMessageBuilder. getReplyTo()Deprecated.AddressListAbstractMessage. getTo()Returns the value of the To header field of this message asAddressListobject ornullif it is not present.AddressListMessageBuilder. getTo()Deprecated.
-