jmap-kit
    Preparing search index...

    The EmailImport object referencing the blobs to be imported

    type EmailImport = {
        blobId: Id;
        keywords?: Record<string, boolean>;
        mailboxIds: Record<Id, true>;
        receivedAt?: UTCDate;
    }
    Index

    Properties

    blobId: Id

    The id of the blob containing the raw message RFC 5322.

    keywords?: Record<string, boolean>

    (default: {}) The keywords to apply to the Email.

    mailboxIds: Record<Id, true>

    The ids of the Mailboxes to assign this Email to. At least one Mailbox MUST be given.

    receivedAt?: UTCDate

    (default: time of most recent Received header, or time of import on server if none) The receivedAt date to set on the Email.