I am currently running a the latest public CVS version of roundcube, and I
have had problems with the list of messages in the inbox not refreshing.
Here is my test case, perhaps someone can confirm if this is happening to
them too or not.
I send a test email to myself so it should show up in the inbox. I log into roundcube, and I do not see it in my inbox. I see older messages, but not new ones. I can click on the inbox folder, and it still doesn't show up. I click on the "Mail" button in the toolbar, and it still doesn't show up. If I click a different folder, and then click the inbox again, finally it refreshes and I see the new message.
--Jacob
Jacob, this may be related to the Caching. Turn it off in the config if the IMAP server is running on the same box as RC.
All, can someone rehash through the Caching mechanism? It shouldn't be this bad. Or, caching should be turned off by default?
-d
On Mon, 27 Feb 2006 15:10:23 -0700, Jacob Brunson webguy@byu.edu wrote:
I am currently running a the latest public CVS version of roundcube, and I have had problems with the list of messages in the inbox not refreshing. Here is my test case, perhaps someone can confirm if this is happening to them too or not.
I send a test email to myself so it should show up in the inbox. I log into roundcube, and I do not see it in my inbox. I see older messages, but not new ones. I can click on the inbox folder, and it still doesn't show up. I click on the "Mail" button in the toolbar, and it still doesn't show up. If I click a different folder, and then click the inbox again, finally it refreshes and I see the new message.
--Jacob
On Monday 27 February 2006 15:36, Dave Rowe wrote:
Jacob, this may be related to the Caching. Turn it off in the config if the IMAP server is running on the same box as RC.
Our IMAP server is not running on the same box as RC. Turning caching off would be a not so good thing because we have many users. This problem has only been noticed in the last week or so, so maybe it has something to do with a recent change.
All, can someone rehash through the Caching mechanism? It shouldn't be this bad. Or, caching should be turned off by default?
-d
On Mon, 27 Feb 2006 15:10:23 -0700, Jacob Brunson webguy@byu.edu wrote:
I am currently running a the latest public CVS version of roundcube, and I have had problems with the list of messages in the inbox not refreshing. Here is my test case, perhaps someone can confirm if this is happening to them too or not.
I send a test email to myself so it should show up in the inbox. I log into roundcube, and I do not see it in my inbox. I see older messages, but not new ones. I can click on the inbox folder, and it still doesn't show up. I click on the "Mail" button in the toolbar, and it still doesn't show up. If I click a different folder, and then click the inbox again, finally it refreshes and I see the new message.
--Jacob
I had the same issue but only after doing a clean reinstall of RC with the updated Beta version. I did not have the issue with the first release of the Beta or the version I was using for a few weeks prior to the beta releaes (roundcubemail-0.1-20051021)
I changed the value below from TRUE to FALSE in main.inc.php and the inbox updates immediately and new items now appear after login.
// enable caching of messages and mailbox data in the local database. // this is recommended if the IMAP server does not run on the same machine $rcmail_config['enable_caching'] = TRUE;
Worked thx :)
Steven
On 2/27/06, Mark Pallo mpallo@rhinopit.com wrote:
I had the same issue but only after doing a clean reinstall of RC with the updated Beta version. I did not have the issue with the first release of the Beta or the version I was using for a few weeks prior to the beta releaes (roundcubemail-0.1-20051021)
I changed the value below from TRUE to FALSE in main.inc.php and the inbox updates immediately and new items now appear after login.
// enable caching of messages and mailbox data in the local database. // this is recommended if the IMAP server does not run on the same machine $rcmail_config['enable_caching'] = TRUE;
I loaded the recent 0.1b release to give RoundCube a try. I have to
say that I'm impressed for such a young project to have gotten so far.
One of the things that I've found in my tests is this:
X-Amavis-Alert: BAD HEADER Improper use of control character (char 0D
hex) in message header 'MIME-Version': MIME-Version: 1.0\r\n
That is an SMTP header that my virus/spam checker inserted when I
sent a test message to myself. I thought that the info might help
the developers. It looks like an easy enough one line edit to fix
it. Hope it helps.
Jaime