Summary | Mailbox listing failed |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 02/09/2010 (5630 days ago) |
Due | |
Updated | 02/10/2010 (5629 days ago) |
Assigned | |
Resolved | 02/10/2010 (5629 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
More improvements to mailbox tree generation.
Leverage recent improvements in IMAP library that allow more consistent
handling of things like attributes across various IMAP servers.
Use attribute information to more intelligently create the mailbox tree.
Saves an IMAP LIST call on initial build if subscribed only mailboxes
are shown.
Fixes special labels if they appear in a mailbox below the first level.
Fixes
Bug #8859http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=003901b79bc25894b29bfbb965799cbb1ead102d&r2=24a067646036cf6fa1647408fc252f168f2d65e1
State ⇒ Resolved
More improvements to mailbox tree generation.
Leverage recent improvements in IMAP library that allow more consistent
handling of things like attributes across various IMAP servers.
Use attribute information to more intelligently create the mailbox tree.
Saves an IMAP LIST call on initial build if subscribed only mailboxes
are shown.
Fixes special labels if they appear in a mailbox below the first level.
Fixes
Bug #8859http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=003901b79bc25894b29bfbb965799cbb1ead102d&r2=24a067646036cf6fa1647408fc252f168f2d65e1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Mailbox listing failed
Type ⇒ Bug
State ⇒ Unconfirmed
php-5.2.6
$_prefs['subscribe']['value'] = 0
From IMP, I create the following folder : 'home.2010'.
Folder is created and home is not click-able (as expected).
Now, if you logout/login, 'home' becomes click-able. It shouldn't
because folder 'home' doesn't exist.
I get the following errors when clicking on 'home' :
from IMP :
Mailbox listing failed: IMAP error: Mailbox does not exist, or must be
subscribed to.
from DIMP :
exception 'Horde_Imap_Client_Exception' with message 'IMAP error:
Mailbox does not exist, or must be subscribed to.' in
/var/www/html/horde/libs/Horde/Imap/Client/Socket.php:3747 Stack
trace: #0 /var/www/html/horde/libs/Horde/Imap/Client/Socket.php(3435):
Horde_Imap_Client_Socket->_parseResponse(2)
#1/var/www/html/horde/libs/Horde/Imap/Client/Socket.php(830):
Horde_Imap_Client_Socket->_sendLine('EXAMINE "INBOX....')
#2/var/www/html/horde/libs/Horde/Imap/Client/Base.php(649):
Horde_Imap_Client_Socket->_openMailbox('INBOX.home.20...', 1)
#3/var/www/html/horde/imp/lib/Ajax/Application.php(1750):
Horde_Imap_Client_Base->openMailbox('INBOX.home.20...', 3)
#4/var/www/html/horde/imp/lib/Ajax/Application.php(495):
IMP_Ajax_Application->_changed(Object(Horde_Variables), false)
#5[internal function]:
IMP_Ajax_Application->ViewPort(Object(Horde_Variables))
#6/var/www/html/horde/libs/Horde/Ajax/Application/Base.php(71):
call_user_func(Array, Object(Horde_Variables))
#7/var/www/html/horde/services/ajax.php(57):
Horde_Ajax_Application_Base->doAction()
#8{main}