Class Sort.

Inherits Search

The Sort class implements the IMAP SORT extension, which is defined in RFC 5256.

This class subclasses Search in order to take advantage of its parser, and operates quite nastily on the Query generated by Selector.

Sort::Sort( bool u )

Constructs an empty Sort handler. If u is true, the SORT response will use UIDs, if it's false it will use MSNs.

Reimplements Search::Search().

void Sort::execute()

This reimplementation hides Search::execute() entirely.

Reimplements Search::execute().

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