Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-04-10 Thread eCet
Marc Groot Koerkamp wrote: Sorry, we have other priorities. In the limited time I have next to my daytime job and personal life (which was almost destroyed due to my busy schedule)I also keep myself busy with SquirrelMail development. The last month I was working on centralised initialization cod

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-04-10 Thread eCet
Tomas Kuliavas wrote: Developers might be busy and working on other issues. If you think that you can enhance SquirrelMail thread sorting code, please provide patches for 1.5.1 or cvs HEAD version. I will make the patch right if I will have time for it. I had this question: "I think, that it

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-04-10 Thread eCet
You are doing, is spineless. Yours: eCet --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into thi

Re: [SM-USERS] what happened to my mail?

2006-04-05 Thread eCet
[EMAIL PROTECTED] wrote: You have got to be kidding!! MacMail offline for 5 days and now everything pre last Friday is gone!!! What sort of mickey mouse operation is this? Is there any form of support - not just a forum? Seriously unhappy. Oh, sorry, its not apple's. Rather Talia Communicati

Re: [SM-USERS] what happened to my mail?

2006-04-05 Thread eCet
[EMAIL PROTECTED] wrote: You have got to be kidding!! MacMail offline for 5 days and now everything pre last Friday is gone!!! Apple. What sort of mickey mouse operation is this? Apple's mickey mouse operation. Is there any form of support - not just a forum? www.apple.com Seriously unh

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-04-05 Thread eCet
eCet wrote: I think, that it shoud be a feature request from now on. Is anything that I can help, or You, the developers take care of everything? Knock-knock! Is anybody there? --- This SF.Net email is sponsored by xPML, a groundbreaking

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-03-27 Thread eCet
I agree. What we could do is if the message count in a folder > your supposed 5000 then do FETCH 1:* UID first (which is fast) and then take a slice of that. With the resulting id's we can create a message set and provide the UID search argument to the thread call and we are done. Regards, Marc

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-03-24 Thread eCet
Tomas Kuliavas wrote: I think yes. So we know the whole number of messages. It is 20.000. SM don't says SORT (ARRIVAL) ISO-8859-2 ALL, rather It says SORT (ARRIVAL) ISO-8859-2 2,1,19998,19997..., ...,15000 Nobody cares about the 13422th message. If user wants to access it, ok, then say to

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-03-24 Thread eCet
Jonathan Angliss wrote: Not entirely possible. At least not with accurate results. Plus I think the hold up is in the processing of the THREAD results, and not the fetching of the message headers. The problem you're going to have is you're going to have to fetch the whole thread response to

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-03-23 Thread ecet
So I think, I have an idea. What if we open a mailbox, get the message count from imap server, if it is above a user defined value (e.g. 20.000), then say sort only a few of them, (a user defined value?) eg 5000, and query only 5000 headers. If the user wants to view older messages, then we are q

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-03-20 Thread eCet
Chris Hilts wrote: That's easy to do when you're not sorting. Especially if you're not threading. You can't grab the entire thread without looking for all the pieces. It's ok, but I can't say to users, that don't click to sort buttons, or thread view button. I suggest you either reduce the

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-03-20 Thread eCet
I agree with this last statement. The backend has a _lot_ to do with this issue. We use an NFS appliance for a backend that we were experiencing problems with (high latency) that caused the same issue with large mailboxen. So if i'm understand right: You are working on this issue? After correc

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-03-20 Thread eCet
Tomas Kuliavas wrote: In order to calculate threads imap server must parse all messages and store thread data until parsing is finished. It takes lots of time and memory. Enable info plugin in sm 1.5.1 and compare timings of SORT and THREAD tests. Yes, THREAD is mutch more slower than SORT.

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-03-19 Thread eCet
> So I'we tried with SM1.4.6, but with similar result. The error message Oh, I'm sorry. Above I'we tried it with SM1.4.5. (I'm tired off now) The SM1.4.6 is giving another error. With SM1.4.6 the message list is not appearing, instead the error: ERROR: Connection dropped by IMAP server. Query: SO

Re: [SM-USERS] Errors on thread view of over 20k messages folder

2006-03-19 Thread eCet
On Vas, Március 19, 2006 5:08 pm, Tomas Kuliavas wrote: > SquirrelMail threading code depends on IMAP server. Developers tried to > optimize php part in 1.5.1. Check if you can reproduce errors in 1.4.6 and > provide full php version number. The php verion is: PHP 4.4.0 (cli) (built: Sep 4 2005

[SM-USERS] Errors on thread view of over 20k messages folder

2006-03-19 Thread eCet
lite FILE:/var/www/htdocs/webmail/templates/default/message_list.tpl LINE:309 Category:PHP Üzenet:Invalid argument supplied for foreach() FILE:/var/www/htdocs/webmail/templates/default/message_list.tpl