$debug
$debug : array
Debug string(s) to use instead of command text.
Multiple entries refer to the various steps in a continuation command.
An object representing an IMAP command (RFC 3501 [2.2.1]).
$pipeline : \Horde_Imap_Client_Interaction_Pipeline
Pipeline object associated with this command.
$response : \Horde_Imap_Client_Interaction_Server
Server response.
add(mixed $data, boolean $merge = false) : \Horde_Imap_Client_Data_Format_List
Add an element to the list.
mixed | $data | The data element(s) to add. Either a Horde_Imap_Client_Data_Format object, a string value that will be treated as an IMAP atom, or an array (or iterable object) of objects to add. |
boolean | $merge | Merge the contents of any container objects, instead of adding the objects themselves? |
This object to allow for chainable calls (since 2.10.0).