GNOME Bugzilla – Bug 738093
Show folder names with slash properly
Last modified: 2016-10-19 16:59:16 UTC
Created attachment 287968 [details] Directory in OWA I can create a directory called "Test/Essai" within Outlook Web Access (cf. first attachment). But this new directory appears in Evolution as "Test" with a sub-folder called "Test/Essai" (cf. second attachment). Version tested : 3.8.5-21.el7 (x86_64) => RHEL 7.0 3.10.4-4.fc20 (x86_64) => Fedora 20
Created attachment 287969 [details] Directory in Evolution
Thanks for a bug report. How do you connect to your Exchange server, please? It can be IMAP, MAPI or EWS, according to the screenshot.
I fixed this for evolution-ews: Created commit 2e62109 in ews master (3.13.8+) [1] Created commit 5e62db2 in ews evolution-ews-3-12 (3.12.9+) [1] https://git.gnome.org/browse/evolution-ews/commit/?id=2e62109
As my Exchange server doesn't return folders with a forward slash in the name when connecting to it with IMAP (the serer uses forward slash as a folder separator) I believe you see this with evolution-ews, thus I'm closing this.
Yes that was indeed an EWS connection. Thanks for the fix.
I'm reopening this, the 3.22.x version shows the folders with slash in the name incorrectly again. I have in OWA: sub folder/abc test and in the evolution: sub folder folder/abc test
Some of the code wrote to the summary plain names, not escaped, which broke it. Escaping the forward slash in the summary helped (instead of "folder/abc" have there "folder\\2Fabc"), thus either change it manually or wait for an update, where the store summary will be read from the server again, due to the bumped version. Created commit e462d19 in ews master (3.23.1+) Created commit 12f6ed4 in ews gnome-3-22 (3.22.2+)