Roundcube Community Forum

 

subfolders to INBOX folder

Started by supermega, June 11, 2011, 03:56:45 AM

Previous topic - Next topic

supermega

In 0.4.X version I used subfolders to main INBOX folder:



In Maildir:
cur
new
tmp
.INBOX.Sub1
.INBOX.Sub2
.Drafts
.Sent
.Trash


After upgrading to 5.0.2, then to 5.0.3 I can't access these subfolders, getting error: "Mailbox does not exist or must be subscribed to". It is subscribed. When I create new subfolder to INBOX it's created with no parent folder. Subfolder to other folders like "Sent" work.

Is it possible to have subfolders to INBOX or it's intentionally blocked?

IMAP: CourierIMAP

SKaero

Its a known and fixed bug http://trac.roundcube.net/ticket/1487725 you can upgrade to the SVN or you could try to remove the following code from /program/include/rcube_imap.php
foreach ($this->namespace['personal'] as $ns) {
if ($ns[0] && strpos($mbox_name, $ns[0]) === 0) {
return $mbox_name;
}
}

supermega


adrianh

#3
Having used 0.2 and able to create subfolders and folders from the personal settings tab, upgrade  to 0.5.3 caused me the same problems as in previous posts. Deletion of the code corrected this, but before deletion and after, I cannot create new folders or subfolders from the personal settings tab. I do not know if this is a permissions issue, but as it worked with my previous installation I cannot work out where to go next. The box to name the folder/subfolder is visible, and if there is a root folder it is greyed. I cannot enter any text,  and so cannot save anything. Does any one have any idea please? I have a linux box, apache2/postfix/dovecot/mysql/setup with virtual user accounts.
PS I went away and installed 0.4.1 and was able to create folders with that version... Please any help would be appreciated. Thanks

adrianh

Solved!! It is amazing how one can overlook the obvious. A rogue plugin from a previous version - autoreply, upset the apple cart. Now can create folders as when and where I like.