(PHP 4 >= 4.1.0, PECL cyrus 1.0)
Send a query to a Cyrus IMAP server
array cyrus_query ( resource $connection, string $query )
Sends a query to a Cyrus IMAP server.
Parameters:
connection
The connection handle.
query
The query string.
Returns:
Returns an associative array with the following keys: text, msgno, and keyword.
Please login to continue.