$data
$data : array
Data storage from server responses.
An object representing a series of IMAP client commands (RFC 3501 [2.2.1]) to be processed at the same time.
$fetch : \Horde_Imap_Client_Fetch_Results
Fetch results.
__construct(\Horde_Imap_Client_Fetch_Results $fetch)
Constructor.
\Horde_Imap_Client_Fetch_Results | $fetch | Fetch results object. |
add(\Horde_Imap_Client_Interaction_Command $cmd, boolean $top = false)
Add a command to the pipeline.
\Horde_Imap_Client_Interaction_Command | $cmd | Command object. |
boolean | $top | Add command to top of queue? |
complete(\Horde_Imap_Client_Interaction_Server_Tagged $resp) : \Horde_Imap_Client_Interaction_Command
Mark a command as completed.
\Horde_Imap_Client_Interaction_Server_Tagged | $resp | Tagged server response. |
Command that was completed. Returns null if tagged response is not contained in this pipeline object.
getCmd(string $tag) : \Horde_Imap_Client_Interaction_Command
Return the command for a given tag.
string | $tag | The command tag. |
A command object (or null if the tag does not exist).