ISPO SDK
    Preparing search index...

    Interface GoogleMailMessage

    Markdown
    interface GoogleMailMessage {
        attachments: GoogleMailAttachment[];
        body: GoogleMailMessageBody;
        headers: GoogleMailMessageHeaders;
        id: string;
        internalDate: string;
        labelIds: string[];
        snippet: string;
        threadId: string;
    }

    Hierarchy

    Index
    attachments: GoogleMailAttachment[]

    Metadata only — attachment bytes are a V1 non-goal (spec §18.10).

    id: string
    internalDate: string

    RFC 3339 receive time derived from Gmail's epoch-ms internalDate.

    labelIds: string[]
    snippet: string
    threadId: string