pai
    Preparing search index...

    Type Alias Outgoing

    A message to draft or send.

    type Outgoing = {
        inReplyTo?: string;
        subject: string;
        text: string;
        to: string;
    }
    Index
    inReplyTo?: string

    The Message-ID of the message being answered, if any.

    subject: string

    The subject line.

    text: string

    The body, as plain text.

    to: string

    The recipients: one address, or several separated by commas.