[Tickets #13438] Re: Doesn't show unsubscribed folders

noreply at bugs.horde.org noreply at bugs.horde.org
Tue Aug 19 22:30:19 UTC 2014


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/13438
------------------------------------------------------------------------------
  Ticket             | 13438
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Doesn't show unsubscribed folders
  Queue              | IMP
  Version            | 6.2.1
  Type               | Bug
  State              | Duplicate
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2014-08-19 16:30) wrote:

> C: 4 LIST () "" (INBOX INBOX.* user.* *) RETURN (SUBSCRIBED)

This command can only be issued if the argument to  
Horde_Imap_Client_Base#listMailboxes() is either  
'Horde_Imap_Client::MBOX_ALL_SUBSCRIBED' or  
'Horde_Imap_Client::MBOX_UNSUBSCRIBED'.

This can only happen if the argument to IMP_Ftree_Account_Imap  
includes the 'UNSUB' mask argument.  This argument can only occur in  
one of three situations that I can see:

1. Subscriptions are disabled (prefs 'subscribe' value)
2. Session 'showunsub' variable is set (irrelevant here, since this  
can only be set in basic or minimal views and we are talking about  
dynamic view).
3. user does not have 'allow_folders' permission (not the issue here,  
since this would only query INBOX).

See imp/lib/Ftree.php line 169.







More information about the bugs mailing list