hi,
until today, i used roundcube trunk r4264. everything worked like a charm.
today, i upgraded to r4378 and now receive an error regarding my inbox: "Server Error: STATUS: Mailbox does not exist, or must be subscribed to."
judging by the imap logs, it tries to SELECT INBOX.INBOX (which does not exist).
[29-Dec-2010 19:52:01 +0100]: C: A0001 LOGIN raoul@bhatia.at xxxxxxxx [29-Dec-2010 19:52:01 +0100]: S: * OK [XPROXYREUSE] IMAP connection reused by imapproxy [29-Dec-2010 19:52:02 +0100]: S: A0001 OK User logged in [29-Dec-2010 19:52:02 +0100]: C: A0002 CAPABILITY [29-Dec-2010 19:52:02 +0100]: S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION [29-Dec-2010 19:52:02 +0100]: S: A0002 OK CAPABILITY completed [29-Dec-2010 19:52:02 +0100]: C: A0003 LSUB "" "*" [29-Dec-2010 19:52:02 +0100]: S: A0001 OK User logged in [29-Dec-2010 19:52:02 +0100]: C: A0002 STATUS INBOX.INBOX (MESSAGES UNSEEN) [29-Dec-2010 19:52:02 +0100]: S: A0002 NO Mailbox does not exist, or must be subscribed to. [29-Dec-2010 19:52:02 +0100]: C: A0003 LOGOUT [29-Dec-2010 19:52:02 +0100]: S: * BYE LOGOUT received [29-Dec-2010 19:52:02 +0100]: S: A0003 OK Completed [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.lala"
...
[29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Marked \HasNoChildren) "." "INBOX.Archives.2007" [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.Archives.2006" [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.Archives.2005" [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.Archives.2004" [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasNoChildren) "." "INBOX.Archives.2003" [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Marked \HasNoChildren) "." "INBOX.Drafts" [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Unmarked \HasChildren) "." "INBOX.Archives" [29-Dec-2010 19:52:02 +0100]: S: * LSUB (\Noselect \HasChildren) "." "INBOX" [29-Dec-2010 19:52:02 +0100]: S: A0003 OK LSUB completed [29-Dec-2010 19:52:02 +0100]: C: A0004 STATUS INBOX.INBOX (MESSAGES UNSEEN) [29-Dec-2010 19:52:02 +0100]: S: A0004 NO Mailbox does not exist, or must be subscribed to. [29-Dec-2010 19:52:02 +0100]: C: A0005 SELECT INBOX.INBOX [29-Dec-2010 19:52:02 +0100]: S: A0005 NO Mailbox does not exist, or must be subscribed to. [29-Dec-2010 19:52:02 +0100]: C: A0006 LOGOUT [29-Dec-2010 19:52:02 +0100]: S: * BYE LOGOUT received [29-Dec-2010 19:52:02 +0100]: S: A0006 OK Completed [29-Dec-2010 19:57:01 +0100]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA ACL ACL2=UNION XIMAPPROXY] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information. [29-Dec-2010 19:57:01 +0100]: C: A0001 LOGIN raoul@bhatia.at xxxxxxxx [29-Dec-2010 19:57:01 +0100]: S: * OK [XPROXYREUSE] IMAP connection reused by imapproxy [29-Dec-2010 19:57:01 +0100]: S: A0001 OK User logged in [29-Dec-2010 19:57:01 +0100]: C: A0002 STATUS INBOX.INBOX (MESSAGES UNSEEN) [29-Dec-2010 19:57:01 +0100]: S: A0002 NO Mailbox does not exist, or must be subscribed to. [29-Dec-2010 19:57:01 +0100]: C: A0003 STATUS INBOX.INBOX (MESSAGES UNSEEN) [29-Dec-2010 19:57:01 +0100]: S: A0003 NO Mailbox does not exist, or must be subscribed to. [29-Dec-2010 19:57:01 +0100]: C: A0004 SELECT INBOX.INBOX [29-Dec-2010 19:57:01 +0100]: S: A0004 NO Mailbox does not exist, or must be subscribed to. [29-Dec-2010 19:57:01 +0100]: C: A0005 LOGOUT [29-Dec-2010 19:57:01 +0100]: S: * BYE LOGOUT received [29-Dec-2010 19:57:01 +0100]: S: A0005 OK Completed
as you can see, i have an "INBOX" but no "INBOX.INBOX". using courier imap behind an imap proxy.
the main.inc.php is nothing out of the ordinary and basically the same as used with earlier trunk revisions.
thanks, raoul _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
W dniu 29.12.2010 20:09, Raoul Bhatia [IPAX] wrote:
as you can see, i have an "INBOX" but no "INBOX.INBOX". using courier imap behind an imap proxy.
You need a patch from my comment here: http://trac.roundcube.net/ticket/1487657
On 29.12.2010 20:19, A.L.E.C wrote:
W dniu 29.12.2010 20:09, Raoul Bhatia [IPAX] wrote:
as you can see, i have an "INBOX" but no "INBOX.INBOX". using courier imap behind an imap proxy.
You need a patch from my comment here: http://trac.roundcube.net/ticket/1487657
i can confirm that this works. hopefully, it will make it's way into the repository.
thank you for your quick reply, raoul
List info: http://lists.roundcube.net/dev/ BT/aba52c80