Roundcube Community Forum

 

Folders not mapped in Roundcube

Started by rossmart, February 21, 2017, 02:07:24 PM

Previous topic - Next topic

rossmart

Hallo,
hope, you can help me.

Our Mails were stored in the folder /var/spool/imap/<username>. There are some subfolders like /Spam.

Problem: The mails in the subfolder /Spam were not listed under Roundcube.

I tried to change the configuration of roundcube in the config-file

\roundcube\config\default.inc.php in the following lines:

$config['junk_mbox'] = 'Spam';   
$config['create_default_folders'] = true;

I looked in Roundcube under "Settings >> special folders" to assign the folder "Spam". But it is not listed.

So I changed for testing the default.inc.php:
$config['junk_mbox'] = 'SpamTest';   

Now looking in Roundcube under "Settings >> special folders", the folder SpamTest is listed and can be assigned.

It seems to be, that this option $config['junk_mbox'] can add not existing folders and register them in Roundcube.

$config['junk_mbox']  seems not to be able, to register existing folders.

How can I register existing folders in Roundcube?

Thank you vor help.
Martin Ross
not register existing folders. Only new

rossmart

Some addition:

Under "Settings >> Special Folders" you can find for each category a select box, where you can chose from a folder-list.

Where are these listed folders stored? In the MySQL-database?

Thanks,
Martin

rossmart