Summary | Traditional view: Don't try to (un-)subscribe virtual folders |
Queue | IMP |
Queue Version | Git develop |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/28/2012 (4721 days ago) |
Due | |
Updated | 08/29/2012 (4689 days ago) |
Assigned | |
Resolved | 08/02/2012 (4716 days ago) |
Milestone | |
Patch | No |
commit c53c5693781a2affb438c561eac292951eb46e7f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 1 20:10:22 2012 -0600
Bug #11321: Don't allow non-IMAP/container mailboxes to be [un]subscribedimp/lib/Mailbox.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/c53c5693781a2affb438c561eac292951eb46e7f
State ⇒ Resolved
commit c53c5693781a2affb438c561eac292951eb46e7f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 1 20:10:22 2012 -0600
Bug #11321: Don't allow non-IMAP/container mailboxes to be [un]subscribedimp/lib/Mailbox.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/c53c5693781a2affb438c561eac292951eb46e7f
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Traditional view: Don't try to (un-)subscribe virtual folders
Type ⇒ Enhancement
State ⇒ New
using the traditional IMP view, go to the "Folders" page.
Select all folders using the "Select all" checkbox and click on
(un-)subscribe.
IMP will also try to (un-)subscribe the "virtual folders" which results
in an IMAP error message:
"You were not subscribed to "Virtual Folders". Here is what the server
said: IMAP error reported by server.". This is in the logs:
2012-07-28T17:07:50+02:00 ERR: HORDE [imp] IMAP error reported by
server. Subscribe: Mailbox does not exist [pid 15931 on line 379 of
"/datastore/DEVEL/horde/imp/lib/Imap.php"]
It would be better if IMP just skips trying to subscribe virtual folders.
Thomas