Opened 2 years ago

Closed 2 years ago

#1487914 closed Bugs (wontfix)

create_default_folders does not work in 4766

Reported by: deltatech Owned by:
Priority: 5 Milestone: 0.6-beta
Component: Core functionality Version: git-master
Severity: normal Keywords:
Cc:

Description

create_default_folders does not create folders in revision 4766. This was previously working in the 0.5.2 release.

Change History (3)

comment:1 Changed 2 years ago by deltatech

More information that may help reproduce this.

This was tested with an existing imap account where there was not yet a roundcube user. The user logged in and the account created.

With a write_log statement inside the create_default_folders() function in rcube_imap.php, I was able to prove that this function is being called and all the default folders are being looped thru. However, the folders are not being created.

comment:2 Changed 2 years ago by deltatech

I have yet more information on this but have gone as far as I can in investigating the problem. After placing a write_log() inside the execute for Imap, I can see what it is trying to do and it is incorrect.

A0005 LIST "" Sent
A0006 CREATE Sent

Rather than sent, it needs to be INBOX.Sent This is courier Imap. I have the same configuration as I did back on version 0.5.2 where this worked perfectly.

I AM able to go to the folder settings and create and subscribe to folders with no problem. Only the auto create fails.

comment:3 Changed 2 years ago by alec

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

From UPGRADING file: "When upgrading from version older than 0.6-beta you should make sure your folder settings contain namespace prefix. For example Courier users should add INBOX. prefix to folder names in main configuration file.".

Note: See TracTickets for help on using tickets.