EmailMeta
Defined in: src/types.ts:10
Properties
Section titled “Properties”from:
SenderInfo
Defined in: src/types.ts:14
id:
string
Defined in: src/types.ts:11
isAnswered?
Section titled “isAnswered?”
optionalisAnswered?:boolean
Defined in: src/types.ts:19
true when the user already replied; drives the needs-reply heuristic
isUnread
Section titled “isUnread”isUnread:
boolean
Defined in: src/types.ts:17
labels
Section titled “labels”labels:
string[]
Defined in: src/types.ts:21
label NAMES (adapters map ids/paths to names)
receivedAt
Section titled “receivedAt”receivedAt:
string
Defined in: src/types.ts:16
ISO 8601
snippet?
Section titled “snippet?”
optionalsnippet?:string
Defined in: src/types.ts:22
subject
Section titled “subject”subject:
string
Defined in: src/types.ts:13
threadId?
Section titled “threadId?”
optionalthreadId?:string
Defined in: src/types.ts:12