Opened 3 years ago

Closed 3 years ago

#1487022 closed Bugs (worksforme)

Folder creation fails unless Parent is selected

Reported by: alekc Owned by:
Priority: 5 Milestone: 0.5-beta
Component: User Interface Version: 0.4.1
Severity: normal Keywords: folders settings creation
Cc: alekcander@…

Description

As in title, if I go in Settings->Folders(?_task=settings&_action=folders), write a name in "Folder name" field and click on Create roundcube gives an error "an error occurred while saving".

For making it work i need to click on "Inbox" folder (or any other folder) for forcing it to be "parent".

Change History (5)

comment:1 Changed 3 years ago by alekc

  • Cc alekcander@… added
  • Component changed from Addressbook to User Interface
  • Keywords folders settings creation added

comment:2 Changed 3 years ago by alec

  • Milestone changed from later to 0.4.2

Works for me. Any errors in log? Please, enable imap_debug and attach logs here. What IMAP and PHP versions?

comment:3 Changed 3 years ago by alekc

Here is a log:

[30-Sep-2010 17:02:03 +0200]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.  See COPYING for distribution information.
[30-Sep-2010 17:02:03 +0200]: C: cp01 CAPABILITY
[30-Sep-2010 17:02:03 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS
[30-Sep-2010 17:02:03 +0200]: S: cp01 OK CAPABILITY completed
[30-Sep-2010 17:02:03 +0200]: C: a001 LOGIN "*****" "*****"
[30-Sep-2010 17:02:03 +0200]: S: a001 OK LOGIN Ok.
[30-Sep-2010 17:02:03 +0200]: C: c CREATE "first"
[30-Sep-2010 17:02:03 +0200]: S: c NO Invalid mailbox name.
[30-Sep-2010 17:02:03 +0200]: C: I LOGOUT
[30-Sep-2010 17:02:07 +0200]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.  See COPYING for distribution information.
[30-Sep-2010 17:02:07 +0200]: C: cp01 CAPABILITY
[30-Sep-2010 17:02:07 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS
[30-Sep-2010 17:02:07 +0200]: S: cp01 OK CAPABILITY completed
[30-Sep-2010 17:02:07 +0200]: C: a001 LOGIN "*****" "*****"
[30-Sep-2010 17:02:07 +0200]: S: a001 OK LOGIN Ok.
[30-Sep-2010 17:02:07 +0200]: C: c CREATE "INBOX.first"
[30-Sep-2010 17:02:07 +0200]: S: c OK "INBOX.first" created.
[30-Sep-2010 17:02:07 +0200]: C: sub1 SUBSCRIBE "INBOX.first"
[30-Sep-2010 17:02:07 +0200]: S: sub1 OK Folder subscribed.
[30-Sep-2010 17:02:07 +0200]: C: lmb LIST "" "*"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.first"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.Trash"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.Junk"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.Sent"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.Drafts"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\Unmarked \HasChildren) "." "INBOX"
[30-Sep-2010 17:02:07 +0200]: S: lmb OK LIST completed
[30-Sep-2010 17:02:07 +0200]: C: I LOGOUT
[30-Sep-2010 17:02:07 +0200]: S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2005 Double Precision, Inc.  See COPYING for distribution information.
[30-Sep-2010 17:02:07 +0200]: C: cp01 CAPABILITY
[30-Sep-2010 17:02:07 +0200]: S: * CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS
[30-Sep-2010 17:02:07 +0200]: S: cp01 OK CAPABILITY completed
[30-Sep-2010 17:02:07 +0200]: C: a001 LOGIN "*****" "*****"
[30-Sep-2010 17:02:07 +0200]: S: a001 OK LOGIN Ok.
[30-Sep-2010 17:02:07 +0200]: C: lmb LIST "" "*"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.first"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.Trash"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.Junk"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.Sent"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\HasNoChildren) "." "INBOX.Drafts"
[30-Sep-2010 17:02:07 +0200]: S: * LIST (\Unmarked \HasChildren) "." "INBOX"

I suppose at this point that it can be an configuration issue, but I'm not sure how to fix it :(

comment:4 Changed 3 years ago by alec

You should probably set imap_root="INBOX.", but please, log out and login. I'd like to know NAMESPACE response from your server.

comment:5 Changed 3 years ago by alec

  • Resolution set to worksforme
  • Status changed from new to closed

No feedback.

Note: See TracTickets for help on using tickets.