<?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>Bcc field not saved in sent messages</title> 
  <pubDate>Thu, 09 Apr 2026 21:49:29 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/15020</link> 
  <atom:link rel="self" type="application/rss+xml" title="Bcc field not saved in sent messages" href="https://bugs.horde.org/ticket/15020/rss" /> 
  <description>Bcc field not saved in sent messages</description> 
 
   
   
  <item> 
   <title>Starting with version 6.2.25 of Imp, the list of &quot;Bcc&quot; recip</title> 
   <description>Starting with version 6.2.25 of Imp, the list of &quot;Bcc&quot; recipients of a message is not saved to messages in the &quot;Sent&quot; folder anymore. This is due to the following commit: https://github.com/horde/imp/commit/52ebc72bdc21523488102558b949ff31df80cd51

This commit introduces an &quot;is_array&quot; check on the &quot;Bcc&quot; header to be saved. As it turns out, this check always returns false, because the $header[&#039;bcc&#039;] variable is in fact not an array, but an instance of Horde_Mail_Rfc822_List. So with the &quot;is_array&quot; check turned on, no &quot;Bcc&quot; headers ever get saved to the message in the &quot;Sent&quot; folder..

Attached is a patch that uses the &quot;isset()&quot; function instead. I don&#039;t know if that is a good choice, but it sure is better than &quot;is_array()&quot; which yields undesired results.</description> 
   <pubDate>Mon, 06 Jul 2020 16:03:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/15020#t93763</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (FRAMEWORK_5_2):

commit db9d2</title> 
   <description>Changes have been made in Git (FRAMEWORK_5_2):

commit db9d2e1ec4d23701c7c02fa03dd951de5e81203c
Author: Jan Schneider &lt;jan@horde.org&gt;
Date:   Fri, 17 Jul 2020 11:52:05 +0200

Headers may be Horde_Mail_Rfc822_List objects too (Bug #15020).

 M lib/Compose.php

https://github.com/horde/imp/commit/db9d2e1ec4d23701c7c02fa03dd951de5e81203c</description> 
   <pubDate>Fri, 17 Jul 2020 09:52:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/15020#t93784</link> 
  </item> 
   
  <item> 
   <title>Can you please try this patch instead?</title> 
   <description>Can you please try this patch instead?</description> 
   <pubDate>Fri, 17 Jul 2020 09:53:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/15020#t93785</link> 
  </item> 
   
  <item> 
   <title>&gt; Can you please try this patch instead?
Jan, this patch wo</title> 
   <description>&gt; Can you please try this patch instead?
Jan, this patch works, thank you.</description> 
   <pubDate>Sat, 18 Jul 2020 07:35:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/15020#t93786</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
