Merge "Add conversationId field to Message"

This commit is contained in:
Jorge Lugo 2011-08-11 17:45:52 -07:00 committed by Android (Google) Code Review
commit 9ca5751db0
1 changed files with 7 additions and 0 deletions

View File

@ -685,6 +685,13 @@ public abstract class EmailContent {
public String mProtocolSearchInfo;
/**
* Base64-encoded representation of the byte array provided by servers for identifying
* messages belonging to the same conversation thread. Currently unsupported and not
* persisted in the database.
*/
public String mServerConversationId;
// The following transient members may be used while building and manipulating messages,
// but they are NOT persisted directly by EmailProvider. See Body for related fields.
transient public String mText;