| Package | Description |
|---|---|
| org.apache.james.imap.message.response |
| Modifier and Type | Field and Description |
|---|---|
static FetchResponse.Envelope.Address[] |
FetchResponse.Envelope.Address.EMPTY
Empty array
|
| Modifier and Type | Method and Description |
|---|---|
FetchResponse.Envelope.Address[] |
FetchResponse.Envelope.getBcc()
Gets the envelope
bcc addresses. |
FetchResponse.Envelope.Address[] |
FetchResponse.Envelope.getCc()
Gets the envelope
cc addresses. |
FetchResponse.Envelope.Address[] |
FetchResponse.Envelope.getFrom()
Gets the envelope
from addresses. |
FetchResponse.Envelope.Address[] |
FetchResponse.Envelope.getReplyTo()
Gets the envelope
reply-to addresses. |
FetchResponse.Envelope.Address[] |
FetchResponse.Envelope.getSender()
Gets the envelope
sender addresses. |
FetchResponse.Envelope.Address[] |
FetchResponse.Envelope.getTo()
Gets the envelope
to addresses. |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.