Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: mbutubuntu on March 14, 2010, 07:21:38 PM

Title: Only INBOX directory
Post by: mbutubuntu on March 14, 2010, 07:21:38 PM
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
Title: Only INBOX directory
Post by: rosali on March 15, 2010, 01:00:08 AM
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 ...
Title: Only INBOX directory
Post by: mbutubuntu on March 18, 2010, 12:03:11 AM
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
Title: Only INBOX directory
Post by: rosali on March 18, 2010, 08:17:34 AM
You have to check the documentations of your IMAP server!
Title: Only INBOX directory
Post by: qnrq on March 23, 2010, 06:38:15 AM
Here's a quick solution:

// in /config/main.inc.php:
$rcmail_config['create_default_folders'] = TRUE;
Title: Only INBOX directory
Post by: sintsu1 on November 02, 2011, 02:34:11 AM
What if the user account already log on before the create_default_folders set to TURE ?
Did not find any clue in forum ... struggling

Quote from: qnrq;26274Here's a quick solution:

// in /config/main.inc.php:
$rcmail_config['create_default_folders'] = TRUE;
Title: Only INBOX directory
Post by: JohnDoh on November 02, 2011, 03:45:17 AM
default folders are only created the first time a user logs in