Roundcube Community Forum

Release Support => Pending Issues => Topic started by: rjwill on September 13, 2011, 10:52:17 AM

Title: can't see IMAP folders
Post by: rjwill on September 13, 2011, 10:52:17 AM
Hello All,

I'm evaluating Roundcube and I've had some trouble trying to get my IMAP folders to show up in RC.

I'm using dovecot 2 on the backend, and we have an imap namespace using the "Mail/" prefix:

 namespace {
  hidden = yes
  list = no
  location = mbox:~/Mail/
  prefix = Mail/
  separator = /
  type = private
}

In RC config I have:

$rcmail_config['imap_delimiter'] = '/';
$rcmail_config['imap_ns_personal'] = 'Mail/';

but I can't see my current mail folders that I know exist i my Mail directory.

Oddly enough, if I go to settings/folders and try to create a folder, it succeeds,
and I can then see the new folder in my Mail/ dir on disk but still can't see it in RC.

What am I missing here?

Thanks.
Title: can't see IMAP folders
Post by: alec on September 13, 2011, 02:10:28 PM
This is because of "list = no". More here #1486796 (IMAP namespace command not honored by RC) (http://trac.roundcube.net/ticket/1486796)