| Summary | folders.php hangs if there is only one folder |
| Queue | IMP |
| Queue Version | 3.2.5 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
| Requester | mircea.baciu (at) simmons (dot) edu |
| Created | 08/23/2004 (7746 days ago) |
| Due | |
| Updated | 12/12/2004 (7635 days ago) |
| Assigned | 11/15/2004 (7662 days ago) |
| Resolved | 12/12/2004 (7635 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
New Attachment: folders.php.patch
I have attached the patch I applied to folders.php in order to fix
this. This patch works for me.
State ⇒ Feedback
State ⇒ Assigned
It's signature when telneting to it is:
Sendmail Server IMAP4rev1 (2.1.0/smserver-2-1-build-901)
The relevant part from imp/config/servers.php is
$servers['imap'] = array(
'name' => 'Organization E-mail',
'server' => 'imap.domain.tld',
'protocol' => 'imap/notls/novalidate-cert',
'port' => 143,
'folders' => '',
'namespace' => '',
'maildomain' => 'domain.tld',
'smtphost' => 'smtp.domain.tld',
'realm' => 'domain.tld',
'preferred' => ''
);
State ⇒ Assigned
and configuration.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ folders.php hangs if there is only one folder
Queue ⇒ IMP
State ⇒ Unconfirmed
the browser will time out and display an error message.
I tracked it down a little bit and it seems that next() and
nextOnLevel() in lib/Tree.php functions return the same mailbox over
and over, creating an infinite loop.
Thanks,
Mircea