I have just created a RoundCube installation. I have several email accounts set up. When I log into one of them all is fine and I can see all folders, however the other one only shows InBox, and now it shows Sent since I attempted to send, but I don't see Drafts, Junk & Trash. In Settings, Folders these "invisible" folders don't show as subscribed, and I can't change this. Why not?
I checked the default folders setting in the config file and it was set to FALSE - which is odd since one of two account is ok - I have set it to TRUE but with no effect.
How can I fix this?
thank you............. liz
Sorted!
For some reason the mail parameters weren't right after installation. I changed them:
$rcmail_config['create_default_folders'] = true;
$rcmail_config['protect_default_folders'] = false;
these were both set incorrectly. What doesn't make sense about this is tat account 1 didn't show the folders or let me change the subscription but account 2 did?
anyway all fixed now