Summary | Subfolder to INBOX in Outlook 2013 are disappearing |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | patrick (at) spamreducer (dot) eu |
Created | 05/20/2014 (4077 days ago) |
Due | |
Updated | 05/23/2014 (4074 days ago) |
Assigned | 05/20/2014 (4077 days ago) |
Resolved | 05/23/2014 (4074 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 7012a649a6e7c3f34f0b78bebc5233df47a59b0d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri May 23 15:37:03 2014 -0400
Bug: 13196Fix renaming subfolders in EAS clients..../Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/7012a649a6e7c3f34f0b78bebc5233df47a59b0d
State ⇒ Assigned
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Subfolder to INBOX in Outlook 2013 are disappearing
Type ⇒ Bug
State ⇒ Unconfirmed
found new bug:
Whenever I create a subfolder to INBOX with Outlook (let's call it
"folder") it's created as expected.
But when I'm going to rename it later (let's call it "folder_renamed")
it disappears from Outlook; in IMAP filesystem the folder is renamed.
So the command RENAME was sent by Horde to IMAP, this is correct; but
probably there is not coming back the right answer to OL from
ActiveSync.
Since Outlook will not reread the IMAP "subscriptions" file very often
(I suppose never ever, just on profile creation) the renamed folder
will never reappear.
Solution is to create a folder with the changed name "folder_renamed";
folder reappears.