Oct 21 2025
Thanks for the patch. Fixed.
Oct 20 2025
Jun 9 2025
Fixed.
I was unable to reproduce the issue on Kolab's Cyrus DAV server, but I could when I used % character in an UID.
Jun 8 2025
May 5 2025
You're correct. It should have been done when we implemented DAV support in calendar, kolab_addressbook and tasklist plugins. Thanks.
Apr 18 2024
Apr 10 2024
I would agree, probably not the right patch (Just provided it as it's what we do to make it work, just carrying the patch internally)
Nov 12 2023
Fixed.
Sep 28 2023
Packaged and released in 1.5.4.11
Sep 27 2023
Duplicate of T6688.
Works for me.
Jun 1 2023
May 3 2023
Jan 13 2023
Thanks for the reply! By looking further into the problem the issue seems to depend on the roundcube version, we will get back here if we still need help or close this task...
Jan 12 2023
Which readme? used repository? OS version, installed package version?
Some more information to help accordingly is appreciated.
So help could only be in general, with some information and more manuals to read.
Oct 2 2021
Sep 22 2021
Jun 22 2021
I'd say it's the carddav plugin issue. Maybe it does not "inject" its addressbook sources on task=calendar requests or sth like that.
Feb 1 2021
Jan 28 2021
Jan 26 2021
Jan 22 2021
Removed the in-memory cache instead.
If you think that this internal cache is not really needed then go this way and remove use of self::$typedata. In rare cases when we list folders for all folder types separately in a single request, we'll end up with several requests to the Roundcube imap cache, instead of one. I'm afraid that we might call folder_typedata() or folder_type() methods quite a lot, but I didn't check that, so I'm not sure.
Jan 21 2021
How about we call self::folders_typedata($prefix); to populate the cache, but then user folder_type() anyways to fetch missing entries (it still uses the cache if available)?
With this change METADATA for every folder will be asked separately. This definitely will have performance implications. Maybe a better approach would be to add a method to reset kolab_storage::$typedata (and other cache-like data if needed). And call that method from syncroton's kolab_sync::sleep() or kolab_sync_backend_folder::hasHierarchyChanges().
