blob: 264c6fb128b73ef31780640792f54de6c522c556 [file] [log] [blame]
{
"id": "1",
"blobId": "myBlobId",
"threadId": "myThreadId",
"mailboxIds": ["1", "2"],
"inReplyToMessageId": "myInReplyToMessageId",
"isUnread": false,
"isFlagged": true,
"isAnswered": true,
"isDraft": true,
"isForwarded": true,
"hasAttachment": false,
"headers": { "h1": "h1Value", "h2": "h2Value" },
"from": { "name": "myName", "email": "myEmail@james.org"},
"to": [ { "name": "to1", "email": "to1@james.org"}, { "name": "to2", "email": "to2@james.org"} ],
"cc": [ { "name": "cc1", "email": "cc1@james.org"}, { "name": "cc2", "email": "cc2@james.org"} ],
"bcc": [ { "name": "bcc1", "email": "bcc1@james.org"}, { "name": "bcc2", "email": "bcc2@james.org"} ],
"replyTo": [ { "name": "replyTo1", "email": "replyTo1@james.org"}, { "name": "replyTo2", "email": "replyTo2@james.org"} ],
"subject": "mySubject",
"date": "2014-10-30T14:12:00Z",
"size": 1024,
"preview": "myPreview",
"textBody": "myTextBody",
"htmlBody": "<h1>myHtmlBody</h1>",
"attachments": [ ],
"attachedMessages": { },
"keywords": {"$Draft" : true, "$Flagged" : true, "$Answered" : true, "$Seen" : true, "$Forwarded" : true}
}