Class Thread.

Inherits Search

The Thread class implements the IMAP THREAD command, specified in RFC 5256 section BASE.6.4.THREAD.

Thread::Thread( bool u )

Constructs an empty Thread command. Will return UIDs if u is true, otherwise MSNs.

Reimplements Search::Search().

void Thread::execute()

This reimplementation of Search::execute() does not call Search. It does the entire job itself.

Reimplements Search::execute().

This web page based on source code belonging to The Archiveopteryx Developers. All rights reserved.