Summary | strange messages when try to delete a message from shared folder where deleteing not allowed |
Queue | IMP |
Queue Version | 5.0.23 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | michael (at) bigmichi1 (dot) de |
Created | 11/02/2012 (4625 days ago) |
Due | |
Updated | 11/03/2012 (4624 days ago) |
Assigned | 11/02/2012 (4625 days ago) |
Resolved | 11/02/2012 (4625 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Priority ⇒ 2. Medium
Version ⇒ 5.0.23
reproduce. Fixed in IMP 5.0.24 and IMP 6.0.1.
commit 2e22b764d5bda47e965df2e4f35a1adb9d21eed0
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Nov 2 15:20:59 2012 -0600
[mms] Don't attempt to use non-IMAP mailbox names in IMAP server
commands (
Bug #11623).Conflicts:
imp/package.xml
imp/docs/CHANGES | 2 ++
imp/lib/Imap/Tree.php | 2 +-
imp/lib/Mailbox.php | 4 ++--
imp/package.xml | 1 +
4 files changed, 6 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/2e22b764d5bda47e965df2e4f35a1adb9d21eed0
commit f9c3860724637c80bdad57f8e16374f37f86db3f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Nov 2 15:20:59 2012 -0600
[mms] Don't attempt to use non-IMAP mailbox names in IMAP server
commands (
Bug #11623).imp/docs/CHANGES | 2 ++
imp/lib/Imap/Tree.php | 2 +-
imp/lib/Mailbox.php | 4 ++--
imp/package.xml | 2 ++
4 files changed, 7 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/f9c3860724637c80bdad57f8e16374f37f86db3f
State ⇒ Assigned
Assigned to Michael Slusarz
occurs saing "Error communicating with server" and the next action
that is done in imp brings up two another messages saing "Deleting
not allowed..." and "Cannot send binary data to server that does not
support it." this happens only in the virtual inbox folder, deleting
directly in the shared folder only gives the message "Deleting not
allowed..."
the shared mailbox instance, deletion will be disabled in the UI if
the ACL for the mailbox does not allow it.
The Virtual INBOX instance is different however. It sounds like IMP's
local fake IMAP mailbox name (which contains a null character) is
somehow leaking to the server.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ strange messages when try to delete a message from shared folder where deleteing not allowed
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
occurs saing "Error communicating with server" and the next action
that is done in imp brings up two another messages saing "Deleting not
allowed..." and "Cannot send binary data to server that does not
support it." this happens only in the virtual inbox folder, deleting
directly in the shared folder only gives the message "Deleting not
allowed..."