Author Topic: Only INBOX directory  (Read 3664 times)

Offline mbutubuntu

  • Newbie
  • *
  • Posts: 3
Only INBOX directory
« 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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Only INBOX directory
« Reply #1 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 ...
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline mbutubuntu

  • Newbie
  • *
  • Posts: 3
Only INBOX directory
« Reply #2 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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Only INBOX directory
« Reply #3 on: March 18, 2010, 08:17:34 AM »
You have to check the documentations of your IMAP server!
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline qnrq

  • Jr. Member
  • **
  • Posts: 22
    • http://pipemail.org/
Only INBOX directory
« Reply #4 on: March 23, 2010, 06:38:15 AM »
Here's a quick solution:

// in /config/main.inc.php:
$rcmail_config['create_default_folders'] = TRUE;

Offline sintsu1

  • Newbie
  • *
  • Posts: 1
Only INBOX directory
« Reply #5 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;26274
Here's a quick solution:

// in /config/main.inc.php:
$rcmail_config['create_default_folders'] = TRUE;

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Only INBOX directory
« Reply #6 on: November 02, 2011, 03:45:17 AM »
default folders are only created the first time a user logs in
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦