-
Notifications
You must be signed in to change notification settings - Fork 899
Can't get message list for large mailbox - Version 1.9.3.365 #903
Comments
I downloaded the last code from GitHub and compiled version 1.9.4.387. It indeed allowed me to access my mailbox. Now I don't have the "Can't get message list" during ordinary use. But I am still having the "Can't get message list" error while doing a search. I am appending the log for the search. It is interesting because it appears that the search was concluded, for what is in the log. Nevertheless, the message "Can't get message list" appeared before the search was concluded (more or less by the time [20:19:56.250]). I really could not understand what happened. Maybe the system simply got a timeout before the conclusion of the search, and did not refreshed latter ?
|
Yes, system (on client side) got timeout and display error. Search command (IMAP) has taken more than 10 minutes. It is not good.
We have 2 possible ways to fix your issue.
|
It is interesting ... after that I tried to manually refresh, and then an error appeared. Do you think we can limit the range of the search, to avoid the system trying to search the whole mailbox ? For example, the last 1000 messages ? Or a configurable limit ?
|
Could you send me a log above this line? |
There follows the log ... do you want me to post at the web site too ? [21:06:13.686][6247babd] INFO[DATA]: [21:06:13.744][6247babd] IMAP[SECURE]: > TAG1 LOGIN "gudwin" "********" [21:06:13.762][6247babd] IMAP[DATA]: < TAG1 OK [CAPABILITY IMAP4rev1 [21:06:13.764][6247babd] IMAP[DATA]: > TAG2 SELECT "INBOX" [21:06:13.773][6247babd] IMAP[DATA]: < * FLAGS (\Answered \Flagged \Deleted [21:06:13.773][6247babd] IMAP[DATA]: < * OK [PERMANENTFLAGS (\Answered [21:06:13.773][6247babd] IMAP[DATA]: < * 175731 EXISTS [21:06:13.774][6247babd] IMAP[DATA]: < * 0 RECENT [21:06:13.774][6247babd] IMAP[DATA]: < * OK [UNSEEN 19] First unseen. [21:06:13.774][6247babd] IMAP[DATA]: < * OK [UIDVALIDITY 1355780416] UIDs [21:06:13.774][6247babd] IMAP[DATA]: < * OK [UIDNEXT 181619] Predicted next [21:06:13.774][6247babd] IMAP[DATA]: < * OK [HIGHESTMODSEQ 6563] Highest [21:06:13.774][6247babd] IMAP[DATA]: < TAG2 OK [READ-WRITE] Select [21:06:13.775][6247babd] IMAP[DATA]: > TAG3 CAPABILITY [21:06:13.775][6247babd] IMAP[DATA]: < * CAPABILITY IMAP4rev1 LITERAL+ [21:06:13.775][6247babd] IMAP[DATA]: < TAG3 OK Capability completed. [21:06:13.776][6247babd] IMAP[DATA]: > TAG4 STATUS "INBOX" (MESSAGES UNSEEN [21:06:13.776][6247babd] IMAP[DATA]: < * OK [HIGHESTMODSEQ 6563] Highest [21:06:13.777][6247babd] IMAP[DATA]: < * STATUS "INBOX" (MESSAGES 175731 [21:06:13.777][6247babd] IMAP[DATA]: < TAG4 OK [CLIENTBUG] Status on [21:06:13.937][6247babd] IMAP[DATA]: > TAG5 UID SORT (REVERSE ARRIVAL) --- FlushLogCache: Trigger On Fri, Jan 8, 2016 at 6:12 AM, RainLoop Team [email protected]
|
when my email count reach 25xxx (don't know the exact number when causing issues), 8GB+ , after login, "can't get message list". now using other webmail clients, works, incl compose/searching/read, searching speed is ok. ( but the ui/ux is not good as rainloop) |
Could it be Dovecot's |
Hi,
I upgraded Rainloop from version 1.8.1.266 to 1.9.3.365. I have a very large mailbox, with more than 180000 messages. In the older version (1.8.1.266) rainloop was working most of the times. Sometimes I used to have the "Can't get message list", but most of the times the system used to work. Now, after installing 1.9.3.365, I get this message all the times I try to open the folder with 180000 messages. I tried many different tweeks in the application.ini file, following advices from issue 253 and issue 267 . I also found the following lines in the log:
[18:54:52.731][30f99981] IMAP[DATA]: > TAG5 UID SORT (REVERSE ARRIVAL) US-ASCII UNDELETED\r\n
[18:54:52.953][30f99981] IMAP[ERROR]: Stream Meta: Array
(
[stream_type] => tcp_socket/ssl
[mode] => r+
[unread_bytes] => 0
[seekable] =>
[timed_out] =>
[blocked] => 1
[eof] => 1
)
[18:54:52.954][30f99981] IMAP[ERROR]: exception 'MailSo\Net\Exceptions\SocketReadException' with message 'MailSo-Net-Exceptions-Soc
ketReadException (NetClient.php ~ 515)' in /var/www/webmail/rainloop/v/1.9.3.365/app/libraries/MailSo/Net/NetClient.php:515
Do you have any additional clue on why it used to work with the older version and why it is not working anymore ? I would guess it has to do with the [labs] section of application.ini, but I'm afraid the old application.ini is not available anymore, after I upgraded. The interesting thing is that very occasionally, it completes and renders the mailbox correctly, but in a few seconds, it starts getting the list again and it fails. It seems to be some sort of timeout, due to the large size of my mailbox.
The text was updated successfully, but these errors were encountered: