On 2004-07-12 23:25, RYAN vAN GINNEKEN wrote:
I use squirrel mail version squirrelmail-1.4.3a and binc imap version 1.2.6 set up some message filters and now i get the error below when i try to logon to the account with the filters. I tried switching the option under gerneral setting for squirrel mail to US-ASCII but that did not solve my problem.
<snip>
But the UID SEACH from the first query has become a regular SEARCH in the
meantime. This is the bug.
And the following is my reply in the Binc mailing list.
Now, I don't presume to know anything about the SquirrelMail source, but after a quick glance I got it to work by changing line 82 and 83 in the file functions/imap_search.php (SM version 1.4.3a) from
$readin = sqimap_run_command ($imapConnection, $ss, true, $result, $message);
to
$readin = sqimap_run_command($imapConnection, $ss, true
$result, $message, $uid_support);
^^^^^^^^^^^^^^Reissuing the search in SquirrelMail yields the right result.
Anders
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
