Only an INBOX folder with the IMAP settings - Roundcube doesn't create folders

Discussion in 'General' started by vaio1, May 28, 2008.

  1. vaio1

    vaio1 Member

    Hi guys,

    I'm trying to using the Roundcube (last version) to manage a webmail connecting it by the imap server.

    The first thing that I can see is only a folder: "Inbox" in the left side of the webmail client.

    These are the problems:
    1. I cannot delete any email message
    2. I cannot create any custom folder

    is there any solution for these problems?
    I have read already the other posts but no post can help me.

    Regards
     
  2. Hans

    Hans Moderator Moderator

    Change the line:
    $rcmail_config['create_default_folders'] = FALSE;
    into:
    $rcmail_config['create_default_folders'] = TRUE;

    within your RC main.inc.php file
     
  3. vaio1

    vaio1 Member

    Hi Hans,

    the problem has been solved!
    Furthermore my problem were the wrong owner of the folder at /var/www/webXX/user/webXX_username

    Thanks again
     
    Last edited: May 28, 2008

Share This Page