jmap-kit
    Preparing search index...

    Type Alias EmailQueryRequestInvocationArgs

    EmailQueryRequestInvocationArgs: BaseQueryRequestInvocationArgs<
        EmailObject,
        EmailFilterCondition,
    > & { collapseThreads?: boolean }

    The arguments to query Email objects via an Email/query 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.