> > Because roundcube don't send UID, I have
> > fetch_max = ud->mailbox.exists;  ---> 7
> > instead of
> > fetch_max = (ud->mailbox.msguidnext - 1); ---> 4920
>
> Right, duh, I forgot that I only have 7 messages in my test box :-P

I am also have 7 messages in this test account :)

> Looks like a bug in Roundcube -- it's issuing a UID SEARCH command, gets
> uid's in the result set, but fails to specify UID FETCH when asking for
> the message data by uid.

Yes,
if I change "FETCH" to "UID FETCH" in roundcube's php code, I can get text of 
messages
But, not from all folders.
So, this is bug in roundcube (IMHO)

Thanks.

PS. now I install Squirrelmail as webmail client. It works fine for me.

-- 
Oleg Lapshin

Reply via email to