\Horde_Imap_Client_Interaction_Command_Continuation

An object representing a portion of an IMAP command that requires data sent in a continuation response (RFC 3501 [2.2.1]).

Summary

Methods
Properties
Constants
__construct()
getCommands()
$optional
No constants found
No protected methods found
$_closure
N/A
No private methods found
No private properties found
N/A

Properties

$optional

$optional : boolean

Is this an optional continuation request?

Type

boolean

$_closure

$_closure : \Closure

Closure function to run after continuation response.

Type

\Closure

Methods

__construct()

__construct(\Closure  $closure) 

Constructor.

Parameters

\Closure $closure

A function to run after the continuation response is received. It receives one argument - a Continuation object - and should return a list of arguments to send to the server (via a Horde_Imap_Client_Data_Format_List object).