jmap-kit
    Preparing search index...

    Type Alias MailboxObjectServerSet

    MailboxObjectServerSet: Readonly<
        {
            id: Id;
            myRights: MailboxRights;
            totalEmails: UnsignedInt;
            totalThreads: UnsignedInt;
            unreadEmails: UnsignedInt;
            unreadThreads: UnsignedInt;
        },
    >

    MailboxObject properties set by the server. These cannot be set by a Mailbox/set call