<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>folders.php hangs if there is only one folder</title> 
  <pubDate>Wed, 08 Apr 2026 16:12:04 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/504</link> 
  <atom:link rel="self" type="application/rss+xml" title="folders.php hangs if there is only one folder" href="https://bugs.horde.org/ticket/504/rss" /> 
  <description>folders.php hangs if there is only one folder</description> 
 
   
   
  <item> 
   <title>If the user has only one folder (the inbox) and folders.php </title> 
   <description>If the user has only one folder (the inbox) and folders.php is called, 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</description> 
   <pubDate>Mon, 23 Aug 2004 19:30:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/504#t1814</link> 
  </item> 
   
  <item> 
   <title>You need to provide more information, at least your mail ser</title> 
   <description>You need to provide more information, at least your mail server type and configuration.</description> 
   <pubDate>Mon, 23 Aug 2004 21:03:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/504#t1815</link> 
  </item> 
   
  <item> 
   <title>The IMAP server is a the commercial server supplied by sendm</title> 
   <description>The IMAP server is a the commercial server supplied by sendmail.com. It&#039;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[&#039;imap&#039;] = array(
    &#039;name&#039; =&gt; &#039;Organization E-mail&#039;,
    &#039;server&#039; =&gt; &#039;imap.domain.tld&#039;,
    &#039;protocol&#039; =&gt; &#039;imap/notls/novalidate-cert&#039;,
    &#039;port&#039; =&gt; 143,
    &#039;folders&#039; =&gt; &#039;&#039;,
    &#039;namespace&#039; =&gt; &#039;&#039;,
    &#039;maildomain&#039; =&gt; &#039;domain.tld&#039;,
    &#039;smtphost&#039; =&gt; &#039;smtp.domain.tld&#039;,
    &#039;realm&#039; =&gt; &#039;domain.tld&#039;,
    &#039;preferred&#039; =&gt; &#039;&#039;
);</description> 
   <pubDate>Tue, 24 Aug 2004 13:57:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/504#t1818</link> 
  </item> 
   
  <item> 
   <title>Is this still happening with IMP 3.2.6?</title> 
   <description>Is this still happening with IMP 3.2.6?</description> 
   <pubDate>Mon, 15 Nov 2004 15:44:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/504#t3058</link> 
  </item> 
   
  <item> 
   <title>It still appears in IMP 3.2.6.



I have attached the patch </title> 
   <description>It still appears in IMP 3.2.6.



I have attached the patch I applied to folders.php in order to fix this. This patch works for me.</description> 
   <pubDate>Mon, 15 Nov 2004 16:20:50 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/504#t3078</link> 
  </item> 
   
  <item> 
   <title>Fixed in 3.2.7.</title> 
   <description>Fixed in 3.2.7.</description> 
   <pubDate>Sun, 12 Dec 2004 06:45:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/504#t3712</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
