public static interface FetchResponse.Envelope
Modifier and Type | Interface and Description |
---|---|
static interface |
FetchResponse.Envelope.Address
Values an envelope address.
|
Modifier and Type | Method and Description |
---|---|
FetchResponse.Envelope.Address[] |
getBcc()
Gets the envelope
bcc addresses. |
FetchResponse.Envelope.Address[] |
getCc()
Gets the envelope
cc addresses. |
String |
getDate()
Gets the envelope
date . |
FetchResponse.Envelope.Address[] |
getFrom()
Gets the envelope
from addresses. |
String |
getInReplyTo()
Gets the envelope
in-reply-to . |
String |
getMessageId()
Gets the envelope
message |
FetchResponse.Envelope.Address[] |
getReplyTo()
Gets the envelope
reply-to addresses. |
FetchResponse.Envelope.Address[] |
getSender()
Gets the envelope
sender addresses. |
String |
getSubject()
Gets the envelope
subject . |
FetchResponse.Envelope.Address[] |
getTo()
Gets the envelope
to addresses. |
String getDate()
date
. This is the value of the RFC822
date
header.NIL
String getSubject()
subject
. This is the value of the
RFC822 subject
header.NIL
FetchResponse.Envelope.Address[] getFrom()
from
addresses.FetchResponse.Envelope.Address[] getSender()
sender
addresses.sender
addresses, not nullFetchResponse.Envelope.Address[] getReplyTo()
reply-to
addresses.reply-to
, not nullFetchResponse.Envelope.Address[] getTo()
to
addresses.to
, or null if NIL
FetchResponse.Envelope.Address[] getCc()
cc
addresses.cc
, or null if NIL
FetchResponse.Envelope.Address[] getBcc()
bcc
addresses.bcc
, or null if NIL
String getInReplyTo()
in-reply-to
.in-reply-to
or null if NIL
String getMessageId()
message
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.