This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 1.2 kB View raw
1{ 2 "id": "e2", 3 "blobId": "blob2", 4 "threadId": "t2", 5 "mailboxIds": {"inbox": true, "important": true}, 6 "keywords": {"$seen": true, "$flagged": true, "$answered": true}, 7 "size": 5000, 8 "receivedAt": "2024-01-15T14:30:00Z", 9 "messageId": ["msg123@example.com"], 10 "inReplyTo": ["msg100@example.com"], 11 "references": ["msg100@example.com", "msg99@example.com"], 12 "sender": [{"name": "Alice Smith", "email": "alice@example.com"}], 13 "from": [{"name": "Alice Smith", "email": "alice@example.com"}], 14 "to": [{"name": "Bob Jones", "email": "bob@example.com"}], 15 "cc": [{"name": "Carol White", "email": "carol@example.com"}], 16 "bcc": [], 17 "replyTo": [{"email": "alice-reply@example.com"}], 18 "subject": "Re: Important meeting", 19 "sentAt": "2024-01-15T14:29:00Z", 20 "hasAttachment": true, 21 "preview": "Thanks for the update. I'll review the documents and get back to you by...", 22 "bodyValues": { 23 "1": {"value": "Thanks for the update.\n\nI'll review the documents.", "isEncodingProblem": false, "isTruncated": false} 24 }, 25 "textBody": [{"partId": "1", "type": "text/plain"}], 26 "htmlBody": [], 27 "attachments": [ 28 {"partId": "2", "blobId": "attach1", "type": "application/pdf", "name": "document.pdf", "size": 12345} 29 ] 30}