On Thu, 2006-05-11 at 10:17 +0200, Kneschke.Lars wrote:

> But my main concern is the limitation of the php imap_sort function:
> http://de.php.net/manual/en/function.imap-sort.php
> 
> This function fetches all headers(FETCH 1:last ...) and sorts them in php
> later. This is not the best solution.

I thought that if you have an up-to-date c-client (is it bundled with
PHP finally?) then it first tries to use SORT and if that fails, falls
back and gives a compatible interface, albeit very slowly. Or maybe
that's how it handles SEARCH? Or maybe I'm remembering wrong.

Aaron

Reply via email to