$optional
$optional : boolean
Is this an optional continuation request?
An object representing a portion of an IMAP command that requires data sent in a continuation response (RFC 3501 [2.2.1]).
__construct(\Closure $closure)
Constructor.
\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). |
getCommands(\Horde_Imap_Client_Interaction_Server_Continuation $ob) : \Horde_Imap_Client_Data_Format_List
Calls the closure object.
\Horde_Imap_Client_Interaction_Server_Continuation | $ob | Continuation object. |
Further commands to issue to the server.