FolderThread


Description:

[ CCode ( has_construct_function = false ) ]
public FolderThread (Folder folder, GenericArray<string> uids, bool thread_subject)

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

a Folder

uids

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

thread_subject

thread based on subject also

Returns:

A CamelFolderThread contianing a tree of CamelFolderThreadNode's which represent the threaded structure of the messages.