<?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>Only messages with From, To, Cc AND Bcc headers will load</title> 
  <pubDate>Fri, 10 Apr 2026 09:04:30 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7707</link> 
  <atom:link rel="self" type="application/rss+xml" title="Only messages with From, To, Cc AND Bcc headers will load" href="https://bugs.horde.org/ticket/7707/rss" /> 
  <description>Only messages with From, To, Cc AND Bcc headers will load</description> 
 
   
   
  <item> 
   <title>I&#039;ve been getting blank pages upon trying to load messages. </title> 
   <description>I&#039;ve been getting blank pages upon trying to load messages. I did some debugging and found the culprit. Line 155-160 of message.php



/* Build From/To/Cc/Bcc links. */

foreach (array(&#039;from&#039;, &#039;to&#039;, &#039;cc&#039;, &#039;bcc&#039;) as $val) {

    $addrlist = $ob-&gt;addrlist[$val];

    if (empty($addrlist) || !is_array($addrlist)) {

        return;

    }

}



This is mostly a linear file and the foreach is not in a function. So return ends the processing of the page! It SHOULD be a break; I changed it to this and it works just fine.</description> 
   <pubDate>Wed, 19 Nov 2008 14:40:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7707#t50853</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/mimp/message.php?r1=1.94&amp;r2=1.95&amp;ty=u</description> 
   <pubDate>Wed, 19 Nov 2008 18:17:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7707#t50860</link> 
  </item> 
   
  <item> 
   <title>Fixed.</title> 
   <description>Fixed.</description> 
   <pubDate>Wed, 19 Nov 2008 18:17:47 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7707#t50861</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
