On 09.05.2012, at 11:59, A.L.E.C wrote:
On 05/09/2012 11:51 AM, Simeon Ott wrote:
$rcmail_config['imap_ns_personal'] = "INBOX."; $rcmail_config['imap_ns_other'] = null; $rcmail_config['imap_ns_shared'] = "#shared.";
If server supports namespace then you just should set these options to null. Remember to do a re-login in Roundcube after change.
Enable imap_debug in Roundcube and send the log here (after you change these settings and log out).
The server supports the NAMESPACE command but as stated the result is almost the same (beside the additional folder for other real shared folders). Here is the requested output after changing these settings re-login and visiting the settings->folder page:
[09-May-2012 12:03:13 +0200]: [C589] S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2010 Double Precision, Inc. See COPYING for distribution information. [09-May-2012 12:03:13 +0200]: [C589] C: A0001 LOGIN user@domain password [09-May-2012 12:03:13 +0200]: [C589] S: A0001 OK LOGIN Ok. [09-May-2012 12:03:13 +0200]: [C589] C: A0002 LIST "" "*" [09-May-2012 12:03:13 +0200]: [C589] S: * LIST (\HasNoChildren) "." "INBOX.Trash" [09-May-2012 12:03:13 +0200]: [C589] S: * LIST (\Unmarked \HasChildren) "." "INBOX" [09-May-2012 12:03:13 +0200]: [C589] S: * LIST (\HasNoChildren) "." "INBOX.Sent" [09-May-2012 12:03:13 +0200]: [C589] S: * LIST (\HasNoChildren) "." "INBOX.Drafts" [09-May-2012 12:03:13 +0200]: [C589] S: * LIST (\HasNoChildren) "." "INBOX.Spam" [09-May-2012 12:03:13 +0200]: [C589] S: A0002 OK LIST completed [09-May-2012 12:03:13 +0200]: [C589] C: A0003 LIST #shared. "*" [09-May-2012 12:03:13 +0200]: [C589] S: A0003 OK LIST completed [09-May-2012 12:03:13 +0200]: [C589] C: A0004 LIST shared. "*" [09-May-2012 12:03:13 +0200]: [C589] S: A0004 OK LIST completed [09-May-2012 12:03:13 +0200]: [C589] C: A0005 CAPABILITY [09-May-2012 12:03:13 +0200]: [C589] S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION [09-May-2012 12:03:13 +0200]: [C589] S: A0005 OK CAPABILITY completed [09-May-2012 12:03:13 +0200]: [C589] C: A0006 LSUB "" "*" [09-May-2012 12:03:13 +0200]: [C589] S: * LSUB (\Unmarked \HasChildren) "." "INBOX" [09-May-2012 12:03:13 +0200]: [C589] S: * LSUB (\HasNoChildren) "." "INBOX.Spam" [09-May-2012 12:03:13 +0200]: [C589] S: * LSUB (\HasNoChildren) "." "INBOX.Drafts" [09-May-2012 12:03:13 +0200]: [C589] S: * LSUB (\HasNoChildren) "." "INBOX.Trash" [09-May-2012 12:03:13 +0200]: [C589] S: * LSUB (\HasNoChildren) "." "INBOX.Sent" [09-May-2012 12:03:13 +0200]: [C589] S: A0006 OK LSUB completed [09-May-2012 12:03:13 +0200]: [C589] C: A0007 GETQUOTAROOT INBOX [09-May-2012 12:03:13 +0200]: [C589] S: * QUOTAROOT "INBOX" "ROOT" [09-May-2012 12:03:13 +0200]: [C589] S: * QUOTA "ROOT" (STORAGE 1267463 1464844) [09-May-2012 12:03:13 +0200]: [C589] S: A0007 OK GETQUOTAROOT Ok. [09-May-2012 12:03:13 +0200]: [C589] C: A0008 LOGOUT [09-May-2012 12:03:13 +0200]: [C589] S: * BYE Courier-IMAP server shutting down [09-May-2012 12:03:13 +0200]: [C589] S: A0008 OK LOGOUT completed