Summary | Listing mailbox failed |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 03/26/2012 (4956 days ago) |
Due | |
Updated | 08/29/2012 (4800 days ago) |
Assigned | |
Resolved | 03/27/2012 (4955 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 021aa94c8a4d2b2b4d8a159de5292880316a74c1
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Mar 27 12:37:07 2012 -0600
Bug #11105: Fix listing mailboxes when LIST-EXTENDED is not available.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/021aa94c8a4d2b2b4d8a159de5292880316a74c1
commit 1404d623c79ebb49a2e8cb34817e7b26112e1e95
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Mar 26 13:38:26 2012 -0600
Bug #11105: Remove duplicate patterns from listMailboxes() call.../Imap_Client/lib/Horde/Imap/Client/Base.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/1404d623c79ebb49a2e8cb34817e7b26112e1e95
commit 021aa94c8a4d2b2b4d8a159de5292880316a74c1
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Mar 27 12:37:07 2012 -0600
Bug #11105: Fix listing mailboxes when LIST-EXTENDED is not available.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/021aa94c8a4d2b2b4d8a159de5292880316a74c1
| |-[-] INBOX.[5]
| | |- delimiter .
| | |- hidden false
| | |- name INBOX.
| | |- translation
| | `- type 1
| |-[-] user.[5]
| | |- delimiter .
| | |- hidden false
| | |- name user.
| | |- translation
| | `- type 2
| `-[-] [5]
| |- delimiter .
| |- hidden false
| |- name
| |- translation
| `- type 3
duplicate LIST requests.
Can you check on the value of $_namespaces in IMP_Imap_Tree?
Specifically, I am wondering if there are duplicate namespaces being
passed to the listMailboxes() call on line 291.
I've added code to remove duplicate patterns in Imap_Client also.
commit 1404d623c79ebb49a2e8cb34817e7b26112e1e95
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Mar 26 13:38:26 2012 -0600
Bug #11105: Remove duplicate patterns from listMailboxes() call.../Imap_Client/lib/Horde/Imap/Client/Base.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/1404d623c79ebb49a2e8cb34817e7b26112e1e95
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Listing mailbox failed
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
is something strange going in the imap logs, see attachment.