6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/5/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10869] Cyrus 2.2 not working with IMP and numerical folders
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___. __.. ..__ | | | (__ |\ || \ |/\| | .__)| \||__/
Comment
> When using Cyrus 2.2.x or other imap server without capability > LIST-EXTENDET accounts with numerical folders hooks in infinite loop > when sorting and working with tree. When create or have numeric named > folder in root. Wrong things happend after array_merge and > renumbering of arrays. In some point this cause infinite loop, locked > session, process of Apache and 100% and never ending. Working patch > is: > > --- /usr/share/php/Horde/Imap/Client/Socket.php 2011-12-16 > 15:15:48.335016069 +0100 > +++ /usr/share/php/Horde/Imap/Client/Socket.php.orig 2011-12-13 > 16:59:42.309864256 +0100 > @@ -1109,7 +1109,7 @@ > if (is_array($pattern)) { > $return_array = array(); > foreach ($pattern as $val) { > - $return_array = $return_array + > $this->_getMailboxList($val, $mode, $options, $subscribed); > + $return_array = array_merge($return_array, > $this->_getMailboxList($val, $mode, $options, $subscribed)); > } > return $return_array; > } >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers