Hi!
some users see email that are not in server imap (if they try to open them, they got an error). I think this is a misalignment between roundcube db and mail server.
Is there a procedure to update roundcube db?
Thanks in advance,
Fabio
do you have caching enabled? if so try turning it off in config/main.inc.php... $rcmail_config['enable_caching'] = FALSE;
Thanks, I'll try your suggest.
Fabio