Summary | It's possible to create folder names with dot over Active Sync |
Queue | Synchronization |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | rene.marth (at) hetzner (dot) de |
Created | 03/10/2017 (3016 days ago) |
Due | |
Updated | 04/13/2017 (2982 days ago) |
Assigned | 03/11/2017 (3015 days ago) |
Resolved | 04/13/2017 (2982 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Outlook assumes that the separator is a '/', or some other character
that is NOT a '.', so creates the folder locally before it receives
the acknowledgement from the ActiveSync server (there were other,
similar issues with OL where it didn't care what the server responded).
My guess is that the folder IS being created, but it's being created
as a subfolder. I.e., 'test.folder' is being created as:
Test
|
|--folder
If that's the cast there really isn't anything we can do about that
since the client is ignoring the server response.
you some more information about the IMAP server.
It's a Courier-IMAP using Maildir - the dot is the directory
separator char (I suppose, the dot is a quasi-standard).
Unfortunately the Courierlogs also gives no hint about the reason -
maybe the folder creation fails before it goes to the imap server?
reproduce and without more information there isn't much we can do to
help.
you some more information about the IMAP server.
It's a Courier-IMAP using Maildir - the dot is the directory separator
char (I suppose, the dot is a quasi-standard). Unfortunately the
Courierlogs also gives no hint about the reason - maybe the folder
creation fails before it goes to the imap server?
State ⇒ Feedback
Assigned to Michael Rubinsky
When creating new folders over an Active Sync client (tested with
Outlook 2013 and 2016) there is no input validation for dots in the
folder name.
configured separator on your IMAP server, it would create a sub-folder
structure. If it is NOT the separator, then there is no reason why it
should fail.
Please enable IMAP debugging (see imp/config/backends.php) and provide
the IMAP log of when this fails. Also check other horde/webserver
error logs for any relevant entries.
error at the client the folder exists local.
According to our users this results in strange issues and breaks the
sync completely.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ It's possible to create folder names with dot over Active Sync
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
When creating new folders over an Active Sync client (tested with
Outlook 2013 and 2016) there is no input validation for dots in the
folder name. Instead the folder isn't created on server but since
there was no error at the client the folder exists local.
According to our users this results in strange issues and breaks the
sync completely.