Author Topic: Not showing Recent Mails on Sign in  (Read 5086 times)

Offline dasbkp

  • Newbie
  • *
  • Posts: 5
Not showing Recent Mails on Sign in
« on: January 15, 2013, 02:58:37 AM »
RC Version : 0.8.4
Database : My SQL 5.2.44
IMAP Server : hMailServer - 5.3.3-B1879

No. of Mail Users : Approx. 200.
Server Capacity : Very Good, Dedicated ( Processor : 2 Nos., 32 GB Memory, RAID 5 - 8 HDD, all 15K )

I have faced this problem several times.

Just after Signed in the Mail List Pane showing all the old mails that i visited before(i.e. on last login). No new mails in the list. But once it will reach to the auto refresh time or Manually doing refresh is showing all perfect. To my experience, this is happening if the new mails are large in numbers(i.e. if i am attending too late to open my inbox let say 2 days and mails are likely more than 100), also sometimes in less number of mails let say 10 to 15.

What i am thinking/supposing, during Sign in, RCMail is entering all the new mails from IMAP into it's database and showing the same in mail box. If before committing new entries or because of some reason entry delay is there and the RCmail is taking/showing the list it may be possible. Is it because of cache ? But in my case i am not using cache.
« Last Edit: January 15, 2013, 03:01:04 AM by dasbkp »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Not showing Recent Mails on Sign in
« Reply #1 on: January 15, 2013, 03:29:06 AM »
RoundCube doesn't store any emails in the database if cacheing is turned off, to me it sounds more like a browser cache of some variety.

Offline dasbkp

  • Newbie
  • *
  • Posts: 5
Re: Not showing Recent Mails on Sign in
« Reply #2 on: January 15, 2013, 03:41:41 AM »
RoundCube doesn't store any emails in the database if cacheing is turned off, to me it sounds more like a browser cache of some variety.

Yes, you are right, i have gone through all the tables. But, i cleared everything in IE, still the problem.

Offline klonos

  • Jr. Member
  • **
  • Posts: 10
Re: Not showing Recent Mails on Sign in
« Reply #3 on: January 19, 2013, 12:30:52 AM »
I'm having this empty folders (not Inbox only - Drafts, Junk, Sent & Trash too) in all browsers (IE8-IE9, Firefox 16 trough 20, Chrome).

System is Ubuntu 12.10 x64 with:
MariaDB 10.0
Apache 2.2.22
PHP 5.4.6
RoundCube 0.8.x latest build upgraded to 0.9.x latest build
Postfix 2.9.3 / Courier-POP 0.66.1 / Courier-IMAP 4.9.1 (0.66.1)

During configuration (before I set $rcmail_config['log_driver'] to syslog) I got this error in my logs/errors file:

Code: [Select]
[11-Jan-2013 01:48:49 +0200]: DB Error: Configuration error. Unsupported database driver:  in /var/www/webmail/program/lib/Roundcube/rcube_db.php on line 75 (GET /webmail/index.php)
Is MariaDB supported as a db engine? Can this issue be related to that?
« Last Edit: January 19, 2013, 12:33:36 AM by klonos »