Horde_Imap_Client_Socket::_parseSearch PHP Method

_parseSearch() protected method

Parse a SEARCH/SORT response (RFC 3501 [7.2.5]; RFC 4466 [3]; RFC 5256 [4]; RFC 5267 [3]).
protected _parseSearch ( Horde_Imap_Client_Interaction_Pipeline $pipeline, array $data )
$pipeline Horde_Imap_Client_Interaction_Pipeline Pipeline object.
$data array A list of IDs (message sequence numbers or UIDs).
    protected function _parseSearch(Horde_Imap_Client_Interaction_Pipeline $pipeline, $data)
    {
        /* More than one search response may be sent. */
        $pipeline->data['searchresp']->add($data);
    }