+ Reply to Thread
Results 1 to 7 of 7

Thread: Only INBOX directory

  1. #1
    mbutubuntu is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Only INBOX directory

    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

  2. #2
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    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

  3. #3
    mbutubuntu is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    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

  4. #4
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    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

  5. #5
    qnrq is offline Registered User
    Join Date
    Mar 2010
    Location
    Sweden
    Posts
    22
    Downloads
    0
    Uploads
    0

    Default

    Here's a quick solution:

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

  6. #6
    sintsu1 is offline Roundcube Newcomer
    Join Date
    Oct 2011
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

    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 Originally Posted by qnrq View Post
    Here's a quick solution:

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

  7. #7
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    default folders are only created the first time a user logs in
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts