public final class XGMThreadSearchConditions extends BaseSearchConditions
Provides the search conditions to retrieve email thread. Compatibles with X-GM-EXT-1 IMAP extension described at https://developers.google.com/gmail/imap/imap-extensions#checking_for_the_presence_of_extensions.
Constructor and Description |
---|
XGMThreadSearchConditions() |
Modifier and Type | Method and Description |
---|---|
String |
getConversationId()
Gets or sets conversation id that Gmail provides to associate groups of messages.
|
void |
setConversationId(String value)
Gets or sets conversation id that Gmail provides to associate groups of messages.
|
getCharset, getSince, getText, getUseUId, setCharset, setSince, setText, setUseUId
public final String getConversationId()
Gets or sets conversation id that Gmail provides to associate groups of messages.
public final void setConversationId(String value)
Gets or sets conversation id that Gmail provides to associate groups of messages.