[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [phpGroupWare-developers] Email search fixing (was : Code available
From: |
Maât |
Subject: |
Re: [phpGroupWare-developers] Email search fixing (was : Code available for test) |
Date: |
Tue, 24 Nov 2009 12:14:11 +0100 |
User-agent: |
Thunderbird 2.0.0.23 (X11/20091009) |
Sigurd Nes wrote:
>
>> From: Maât address@hidden
>>
>> (Btw i did not understand this non-ascii problem by just reading your
>> changes... would you mind to explain the problem and the fix to me please ?)
>>
> The search didn't work at all - now it works at least with ascii.
>
ok :)
that's why i did not see code that looked like something that does deal
with ascii/non-ascii problems :)
> Tried to play with different encoding - like imap_utf7_encode() to the
> criteria applied to imap_search - but no luck.
> Maybe you can have a go at it?
> The actual search is performed in class.mail_dcom_imap.inc.php, function:
> i_search() around line 243.
>
> The only (other) thing (I think) remaining - is the filter feature - seems
> like a object wasn't initialized....
>
> Maybe you can see at it with fresh eyes?
>
yep... that can not bring harm if i give it a look just in case :)