Class Copy.

Inherits Command

The Copy class implements the IMAP COPY command (RFC 3501 section 6.4.7), as extended by RFC 2359.

Copy copies all elements of a message, including such things as flags.

Copy::Copy( bool uid )

Constructs a Copy object parsing uids if uid is true, and msns if uid is false.

void Copy::enqueue( class Query * q )

Wrapper for Transaction::enqueue() which also stores q in a list for later access.

This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.