jmap-kit
    Preparing search index...

    Type Alias EmailQueryChangesRequestInvocationArgs

    EmailQueryChangesRequestInvocationArgs: BaseQueryChangesRequestInvocationArgs<
        EmailObject,
        EmailFilterCondition,
    > & { collapseThreads?: boolean }

    The arguments to query changes to Email objects via an Email/queryChanges call

    Type Declaration

    • OptionalcollapseThreads?: boolean

      (default: false) If true, Emails in the same Thread as a previous Email in the list (given the filter and sort order) will be removed from the list. This means only one Email at most will be included in the list for any given Thread.