Skip to content

EmailMeta

Defined in: src/types.ts:10

from: SenderInfo

Defined in: src/types.ts:14


id: string

Defined in: src/types.ts:11


optional isAnswered?: boolean

Defined in: src/types.ts:19

true when the user already replied; drives the needs-reply heuristic


isUnread: boolean

Defined in: src/types.ts:17


labels: string[]

Defined in: src/types.ts:21

label NAMES (adapters map ids/paths to names)


receivedAt: string

Defined in: src/types.ts:16

ISO 8601


optional snippet?: string

Defined in: src/types.ts:22


subject: string

Defined in: src/types.ts:13


optional threadId?: string

Defined in: src/types.ts:12