Gjsify LogoGjsify Logo

Hierarchy

  • FolderThread

Index

Constructors

  • Thread a (subset) of the messages in a folder. And sort the result in summary order.

    If thread_subject is %TRUE, messages with related subjects will also be threaded. The default behaviour is to only thread based on message-id.

    This function is probably to be removed soon.

    Parameters

    • folder: Camel.Folder

      a #CamelFolder

    • uids: string[]

      The subset of uid's to thread. If %NULL, then thread all UID-s in the folder

    • threadSubject: boolean

      thread based on subject also

    Returns FolderThread

Properties

folder: Camel.Folder
nodeChunks: Camel.MemChunk
refcount: number
subject: number
summary: object[]
tree: object
name: string

Methods

  • apply(uids: string[]): void
  • Adds new uids into the threaded tree.

    Parameters

    • uids: string[]

      a #GPtrArray array of UID-s

    Returns void

  • unref(): void
  • Free all memory associated with the thread descriptor thread.

    Returns void

  • Thread a (subset) of the messages in a folder. And sort the result in summary order.

    If thread_subject is %TRUE, messages with related subjects will also be threaded. The default behaviour is to only thread based on message-id.

    This function is probably to be removed soon.

    Parameters

    • folder: Camel.Folder

      a #CamelFolder

    • uids: string[]

      The subset of uid's to thread. If %NULL, then thread all UID-s in the folder

    • threadSubject: boolean

      thread based on subject also

    Returns FolderThread

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method