jmap-kit
    Preparing search index...

    Type Alias MailboxChangesResponseInvocationArgs

    MailboxChangesResponseInvocationArgs: BaseChangesResponseInvocationArgs & {
        updatedProperties?: string[] | null;
    }

    The response to a Mailbox/changes call

    Type Declaration

    • OptionalupdatedProperties?: string[] | null

      If only the “totalEmails”, “unreadEmails”, “totalThreads”, and/or “unreadThreads” Mailbox properties have changed since the old state, this will be the list of properties that may have changed. If the server is unable to tell if only counts have changed, it MUST just be null.