<?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>resume compose overwrites Bcc field</title> 
  <pubDate>Fri, 10 Apr 2026 19:48:02 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/2558</link> 
  <atom:link rel="self" type="application/rss+xml" title="resume compose overwrites Bcc field" href="https://bugs.horde.org/ticket/2558/rss" /> 
  <description>resume compose overwrites Bcc field</description> 
 
   
   
  <item> 
   <title>There is a bug in IMP H3 4.0.3 (but I think it applies to th</title> 
   <description>There is a bug in IMP H3 4.0.3 (but I think it applies to the latest

CVS), in that if you resume a message from a saved draft containing a Bcc

field, then the Bcc address list is dropped.  It is caused by this bit of

code:



if (empty($reloaded)) {

     $header[&#039;bcc&#039;] = MIME::addrArray2String($identity-&gt;getBccAddresses());

}

 

Modifying it to be:

  

if (empty($reloaded) &amp;&amp; empty($header[&#039;bcc&#039;])) {

     $header[&#039;bcc&#039;] = MIME::addrArray2String($identity-&gt;getBccAddresses());

}



fixes it though this may not be the best way to deal with it.

</description> 
   <pubDate>Mon, 05 Sep 2005 12:25:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/2558#t10971</link> 
  </item> 
   
  <item> 
   <title>Fixed in HEAD and 4.0.4.</title> 
   <description>Fixed in HEAD and 4.0.4.</description> 
   <pubDate>Thu, 08 Sep 2005 05:59:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/2558#t11064</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
