This is an old bug but it's still here...I send a message, then the "Sent" directory says it has one message, however if I click it it shows no message:
Am I the only one with this problem? This feature is completely broken. For instance I open RC, it says there's no email in any forder. Then I refresh the page and it says there's one mail in the inbox and 12 in the spam box. I click the spam box and it shws nothing. Then I click the "Check new messages" icon and I see the spam. I select all spam and I delete it. I log out and log back in, I click the spam folder and the 12 messages are still here. I click the inbox, there's no message but it still says there's one message. If I check my mail using Opera M2, I can download the message that was in the inbox. I delete it from Opera, I open Roundcube again and it still says there's one unread message in the inbox :D
Try this, i've posted it on other problems and it seems to have worked. I had the folder issues too.
in index.php for AJAX requests.
Comment out all the lines below
Code:
// check client X-header to verify request origin
if ($OUTPUT->ajax_call)
{
if (empty($CONFIG['devel_mode']) && !rc_request_header('X-RoundCube-Referer'))
{
header('HTTP/1.1 404 Not Found');
die("Invalid Request");
}
}
Thanks. I tried it. It still says "Inbox (2)" and when I click the Inbox link there's no message listed >:(
I'm seeing a similar issue with INBOX. It seems that the number of new messages is being cached and then not updated correctly. I can read all my new messages, but then have the indicator go back to the original value. The only way to get it correct again is to either close the window or to click on "INBOX" in the folder list (but then it will later just get messed up again).
Has anyone seen this fixed? I've having the same issue?
I seem to be using 0.2b
Well then update RC ;-)