Struct

CamelStoreSearchThreadItem

unstable since: 3.58

Description [src]

struct CamelStoreSearchThreadItem {
  /* No available fields */
}

A structure holding data necessary to construct message threads using CamelFolderThread. It’s gathered by camel_store_search_add_match_threads_items_sync().

Available since: 3.58

Instance methods

camel_store_search_thread_item_get_folder_id

Gets the folder ID for the self.

unstable since: 3.58

camel_store_search_thread_item_get_message_id

Gets a hashed value of the Message-ID header for the self.

unstable since: 3.58

camel_store_search_thread_item_get_references

Gets the message In-Reply-To and References values for the self, hashed the same way the camel_store_search_thread_item_get_message_id() is.

unstable since: 3.58

camel_store_search_thread_item_get_store

Gets the CamelStore for the self.

unstable since: 3.58

camel_store_search_thread_item_get_subject

Gets the message subject for the self.

unstable since: 3.58

camel_store_search_thread_item_get_uid

Gets the message UID for the self.

unstable since: 3.58