HomePhorge

Fix and test kolab_storage_config::build_member_url() and…

Description

Fix and test kolab_storage_config::build_member_url() and kolab_storage_config::parse_member_url() with different namespaces (#5006)

Details

Auditors
machniak
Provenance
bruederliAuthored on
bruederliPushed on Apr 22 2015, 12:38 PM
Parents
rRPK6421f5f6e23f: Fix tasklist selection when saving task (#4182)
Branches
Unknown
Tags
Unknown
Build Status
Buildable 273
Build 274: Continuous Integration for Software Development Projects

Event Timeline

bruederli added a subscriber: machniak.

@machniak, Please review the test cases and the fixes. You primarily worked on this and I'm not entirely sure about the intended uri scheme for message relations.

From current live data I assumed usernames are always supposed to be stored as fully qualified email addresses: imap:///user/thomas%40brother.li/... This wasn't the case for folders from the other namespace and also didn't properly translate back into valid IMAP folder names in that namespace.

The shared/ handling is still wrong, but I accept this commit. Fix is pending.