6.0.0-beta1
7/7/25

[#8059] DIMP provides no view to subscribe/unsubscribe to folders
Summary DIMP provides no view to subscribe/unsubscribe to folders
Queue IMP
Queue Version Git master
Type Enhancement
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester wrobel (at) horde (dot) org
Created 03/08/2009 (5965 days ago)
Due
Updated 12/08/2009 (5690 days ago)
Assigned 03/09/2009 (5964 days ago)
Resolved 12/08/2009 (5690 days ago)
Milestone
Patch No

History
12/08/2009 11:28:56 PM Michael Slusarz Assigned to Michael Slusarz
Taken from Gunnar Wrobel
 
12/08/2009 11:28:43 PM Michael Slusarz Comment #5
Version ⇒ Git master
State ⇒ Resolved
Queue ⇒ IMP
Reply to this comment
Implemented several months ago in IMP 5.
03/09/2009 02:31:01 PM Chuck Hagenbuch Comment #4
Assigned to Gunnar Wrobel
Reply to this comment
03/09/2009 10:02:47 AM Gunnar Wrobel State ⇒ Assigned
 
03/09/2009 10:01:53 AM Gunnar Wrobel Comment #3 Reply to this comment
Where is the DIMP roadmap? :)



These are wishes from the Kolab Kosortium/Kolab customers. So far the 
wish has not been contracted but I'd like to track it here to get 
early feedback from your side too. Please assign the issue to me if 
you like (I'm currently not in the DIMP queue).
03/09/2009 12:38:12 AM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Reply to this comment
There are a lot of IMP features that aren't in DIMP yet - see the 
roadmap. Patch?
03/08/2009 09:43:22 PM Gunnar Wrobel Comment #1
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ DIMP provides no view to subscribe/unsubscribe to folders
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
Reply to this comment
Currently it seems impossible to subscribe/unsubscribe to/from IMAP 
folders within DIMP.



I can add a button to the site_menu with



--- a/horde-webmail/dimp/config/menu.php

+++ b/horde-webmail/dimp/config/menu.php

@@ -28,3 +28,9 @@

  //         'text' => 'Say Hi!',

  //         'icon' => $GLOBALS['registry']->getImageDir('horde') . 
'/horde.png'),

  // );

+$site_menu = array(

+    'folders' => array(

+        'action' => 'DimpBase.go("app:horde", "' . 
Horde::url($GLOBALS['registry']->get('webroot', 'imp') . 
'/folders.php', true) . '")',

+        'text' => _('Folders'),

+        'icon' => $GLOBALS['registry']->getImageDir('imp') . 
'/folders/folder.png'),

+);



but this means I still have the top menu of the folders view in imp.

Saved Queries