roundecube not showing IMAP folders

MtK

Verified User
Joined
Aug 2, 2007
Messages
405
Hey,
when a user logs into roundcube to a mail account on the server, he sees an empty account (empty folders).
DA says the mailbox is using more than 30MB.

looking into the folders on the server itself, the folder: imap/DOMAIN/USER/Maildir/cur has all the 30MB.


why are those emails there and not shown by roundcube?
 
Try updating roundcube with custombuild:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build clean
./build roundcube d

If it still doesnt work then try looking in /var/www/html/roundcube/logs/errors for any errors that may be occuring.
 
I did update roundcube with custombuild oO, actually i didnt check the logs.

Doing right now.

EDIT: No errors in logs.

Regards
 
Last edited:
You might want to try enabling debug mode then in /config/main.inc.php to see if you can figure out whats going on. If not I would post on roundcubeforums.net to try to get some answers as to why the emails cant be read.
 
Back
Top