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 |
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.Builder.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.Builder.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.Builder.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. |
AddressList |
Message.Builder.getTo()
Returns the value of the To header field of this message as
AddressList object or null if it is not
present. |
Modifier and Type | Method and Description |
---|---|
AddressList |
AddressListField.getAddressList() |
Modifier and Type | Method and Description |
---|---|
AddressList |
AddressListFieldImpl.getAddressList() |
AddressList |
AddressListFieldLenientImpl.getAddressList() |
Modifier and Type | Method and Description |
---|---|
AddressList |
LenientAddressParser.parseAddressList(ByteSequence buf,
ParserCursor cursor) |
AddressList |
AddressParser.parseAddressList(CharSequence text)
Parse the address list string, such as the value of a From, To, Cc, Bcc,
Sender, or Reply-To header.
|
AddressList |
LenientAddressParser.parseAddressList(CharSequence text) |
AddressList |
DefaultAddressParser.parseAddressList(CharSequence text) |
AddressList |
DefaultAddressParser.parseAddressList(CharSequence text,
DecodeMonitor monitor)
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 |
MessageBuilder.getBcc()
Deprecated.
|
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 |
MessageBuilder.getCc()
Deprecated.
|
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 |
MessageBuilder.getReplyTo()
Deprecated.
|
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 |
MessageBuilder.getTo()
Deprecated.
|
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–2023 The Apache Software Foundation. All rights reserved.