*
* @return array An array with 2 possible entries:
* <pre>
- * 'lookup' - (array) If $ids is not null, the mapping of sequence
+ * 'lookup' - (array) If $seqs is not empty, the mapping of sequence
* numbers (keys) to UIDs (values).
* 'uids' - (array) The list of UIDs.
* </pre>
$results[] = $results_criteria[$val];
}
}
- $cmd .= 'SORT RETURN ( ' . implode(' ', $results) . ') (';
+ $cmd .= 'SORT RETURN (' . implode(' ', $results) . ') (';
} else {
$cmd .= 'SORT (';
}
<api>alpha</api>
</stability>
<license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
- <notes>* Added PHP socket based POP3 driver.
+ <notes>* Added search (message list) caching if CONDSTORE is enabled.
+* Added PHP socket based POP3 driver.
* Initial release
</notes>
<contents>