Maybe your special folders are subfolders from INBOX?
If so, you have to know the folder delimiter. Usually it is a dot (.).
INBOX.trash, INBOX.sent ...
hello folks, i've a simple problem: I can't delete any message, there is no Trash folder and there is no "sent" folder.
The roundcube version I've installed is 0.3.1 and theese are some settings from main.inc.php
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
$rcmail_config['trash_mbox'] = 'Trash';
$rcmail_config['sent_mbox'] = 'Sent';
$rcmail_config['junk_mbox'] = 'Junk';
$rcmail_config['drafts_mbox'] = 'Drafts';
please help me.
best regards
Maybe your special folders are subfolders from INBOX?
If so, you have to know the folder delimiter. Usually it is a dot (.).
INBOX.trash, INBOX.sent ...
Regards,
Rosali
__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Online Demo - Free Email Address http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
Mailing List http://mail4us.net/?_action=plugin.nabble
it could be, but where must I search? in the Apache Document Root? because in the INBOX folder of the web interface there is no "dotted" folder.
very thanks
You have to check the documentations of your IMAP server!
Regards,
Rosali
__________________
MyRoundcube Project http://myroundcube.googlecode.com
MyRoundcube Online Demo - Free Email Address http://mail4us.net
MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube/index.php
Mailing List http://mail4us.net/?_action=plugin.nabble
Here's a quick solution:
PHP Code:// in /config/main.inc.php:
$rcmail_config['create_default_folders'] = TRUE;
default folders are only created the first time a user logs in
Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…
There are currently 1 users browsing this thread. (0 members and 1 guests)