FolderThread


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.58" ) ]
public FolderThread (Folder folder, GenericArray<string>? uids, FolderThreadFlags flags)

Thread a (subset) of the messages in a folder.

If flags contain camel_folder_thread_flag_subject, messages with related subjects will also be threaded. The default behaviour is to only thread based on message-id.

Parameters:

folder

a Folder

uids

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

flags

bit-or of FolderThreadFlags

Returns:

a new FolderThread containing a tree of FolderThreadNode-s which represent the threaded structure of the messages