Summary | ActiveSync: Can't create new IMAP folders via PIM |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 04/26/2013 (4451 days ago) |
Due | |
Updated | 07/25/2013 (4361 days ago) |
Assigned | 05/01/2013 (4446 days ago) |
Resolved | 05/30/2013 (4417 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
(I'm back on ActiveSync testing...)
State ⇒ Resolved
if you still see these issues now?
framework libraries now that the release cycle has started. Please
test against master.
commit 89761bdae765fc7ffd66904f181184be6f6cd3bc
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue May 14 16:54:35 2013 -0400
Revert uneccessary fix for
Bug: 12224.../lib/Horde/ActiveSync/Imap/Adapter.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/89761bdae765fc7ffd66904f181184be6f6cd3bc
New Attachment: delete_blupper2_activesync.log
New Attachment: delete_blupper2_horde.log
"INBOX/INBOX/something" for a delete request. So for the mailbox
delete request we don't need to append the default namespace. Please
revert.
The mailbox delete only _reports_ it's not working but in fact the
mailbox is gone.
I'll attach the log files of the deletion from the folder "INBOX/Blupper2".
This is with origin/FRAMEWORK_5_0 git HEAD.
Looks like we have some PHP error message in there again.
commit 57cbf877bade673675fd742a8f90456163d0b038
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon May 6 12:17:38 2013 -0400
Need default NS when deleting a mailbox also.
Bug: 12224.../lib/Horde/ActiveSync/Imap/Adapter.php | 34
++++++++++++++------
1 files changed, 24 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/57cbf877bade673675fd742a8f90456163d0b038
I've backported the code to FRAMEWORK_5_0, automatic cherry-pick
failed for my git tree, but the diff applies without any hickup.
Assigned to Michael Rubinsky
State ⇒ Feedback
commit 90e085a615a952ca51b886af0eb648830aa816b8
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed May 1 14:30:05 2013 -0400
Bug: 12224Create new mailboxes under correct namespace..../lib/Horde/ActiveSync/Imap/Adapter.php | 56
++++++++++++++++++++
1 files changed, 56 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/90e085a615a952ca51b886af0eb648830aa816b8
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ ActiveSync: Can't create new IMAP folders via PIM
Type ⇒ Bug
when I try to create a new IMAP folder via an iPad,
our ActiveSync driver takes the "raw" folder name
and tries to create the mailbox on the root folder level.
If I adapt the "changeFolder()" function in
framework/Core/lib/Horde/Core/ActiveSync/Driver.php
to prefix the folder name with "INBOX/", it works fine. Of course this
was just a PoC.
We need some similar logic like imp to create the folder in the
default namespace.
Cheers,
Thomas