Package | Description |
---|---|
org.apache.james.mime4j.field | |
org.apache.james.mime4j.field.address | |
org.apache.james.mime4j.message |
Modifier and Type | Method and Description |
---|---|
AddressList |
AddressListField.getAddressList() |
Modifier and Type | Method and Description |
---|---|
static AddressList |
AddressList.parse(java.lang.String rawAddressList)
Parse the address list string, such as the value of a From, To, Cc, Bcc,
Sender, or Reply-To header.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2004-2012. All Rights Reserved.