<?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>replying to S/MIME encrypted messages -&gt; No message Text</title> 
  <pubDate>Fri, 10 Apr 2026 09:04:32 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7757</link> 
  <atom:link rel="self" type="application/rss+xml" title="replying to S/MIME encrypted messages -&gt; No message Text" href="https://bugs.horde.org/ticket/7757/rss" /> 
  <description>replying to S/MIME encrypted messages -&gt; No message Text</description> 
 
   
   
  <item> 
   <title>When replying to smime encrypted messages, the quoting does </title> 
   <description>When replying to smime encrypted messages, the quoting does not work.



I fixed this issue in the imp compose.php  function replyMessage($actionID, &amp;$imp_contents, $to = null)



you just need to  decrypt the message with

 $_impSmime = &amp;new IMP_SMIME();

 $decrypted_data = $_impSmime-&gt;decryptMessage($body);



and merge the headers. Ive read the other pgp ticket, and it is said that in imp 5 for pgp is fixed - i just want to make sure this also applies to smime?



Thanks</description> 
   <pubDate>Fri, 05 Dec 2008 10:59:57 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7757#t51084</link> 
  </item> 
   
  <item> 
   <title>&gt; Ive read the other pgp ticket, and it is said 

&gt; that in </title> 
   <description>&gt; Ive read the other pgp ticket, and it is said 

&gt; that in imp 5 for pgp is fixed - i just want to make sure this also 

&gt; applies to smime?



Yes.

</description> 
   <pubDate>Fri, 05 Dec 2008 17:05:34 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7757#t51087</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
