Page MenuHomePhorge

Installation leaves shared annotations empty for file folder
Open, NormalPublic

Description

while debuggung T190 we saw that a when a new user is created, the new mailbox have some wrong(empty) shared annotations.

synax
Folder : {annotation1:value1, annotation1:value2}

"Files": {"/private/vendor/kolab/folder-type": "file.default", "/shared/vendor/kolab/folder-type": ""}
"Spam": {"/private/vendor/kolab/folder-type": "mail.junkemail", "/shared/vendor/kolab/folder-type": ""}

according to http://wiki.kolab.org/Kolab_3.0_Storage_Format#Annotations I expect:

"Files": {"/private/vendor/kolab/folder-type": "file.default", "/shared/vendor/kolab/folder-type": "file.default"}
"Spam": {"/private/vendor/kolab/folder-type": "mail.junkemail", "/shared/vendor/kolab/folder-type": "mail"}

also valid for "Sent", "Trash", "Drafts".

Steps to reproduce:

  • setup an demo account (demo.kolabenterprise.com) or use docker image cmollekopf/kolab:latest
  • look at creted annotation for the created user

just for the record: roundcubemail fixes the shared annotation, if the folder type is changed.

Details

Ticket Type
Task

Event Timeline

knauss assigned this task to petersen.
knauss raised the priority of this task from to 60.
knauss updated the task description. (Show Details)
knauss added a project: Process Managers.
knauss changed Ticket Type from Task to Task.
knauss subscribed.

The doc does not exist anymore. Can we close this, or is there a need for a discussion?

vanmeeuwen lowered the priority of this task from 60 to Normal.Mar 28 2019, 8:13 AM