<?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>MSIE view mail forward as  attachment </title> 
  <pubDate>Fri, 10 Apr 2026 01:27:07 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/716</link> 
  <atom:link rel="self" type="application/rss+xml" title="MSIE view mail forward as  attachment " href="https://bugs.horde.org/ticket/716/rss" /> 
  <description>MSIE view mail forward as  attachment </description> 
 
   
   
  <item> 
   <title>When I try to view an attachment forwarded email I get err</title> 
   <description>When I try to view an attachment forwarded email I get error in page on the new window. 



I found a problem about mhtml in http://support.microsoft.com/?id=825803#kb3 .



Then I add an extension .mht in filename headers in lib/Browser.php but nothing happen. 



I decide to add an extra var in URL 

(mhtml:https://site.gr/horde/imp/view.php?Horde=0414ddde7a0414bf7319084d2784585e&amp;thismailbox=INBOX&amp;index=26&amp;id=2&amp;actionID=113&amp;mime=c5d20767a7da06a056ada931ed28872c)  



msiebug=.mht  



(like mhtml:https://site.gr/horde/imp/view.php?Horde=0414ddde7a0414bf7319084d2784585e&amp;thismailbox=INBOX&amp;index=26&amp;id=2&amp;actionID=113&amp;mime=c5d20767a7da06a056ada931ed28872c&amp;msiebug=.mht) 



and mhtml works because it found the specifiv extension at the end of url. 



An easy way to fix this problem is to put this extra var in horde/imp/message/javascript.inc line 41 and change  

window.open(&#039;&lt;?php echo str_replace(&#039;&amp;amp;&#039;, &#039;&amp;&#039;, Horde::url(&#039;view.php?thismailbox=&#039; . urlencode(IMP::getThisMailbox()) .

 &#039;&amp;index=&#039; . $index)) ?&gt;&#039; + &#039;&amp;id=&#039; + part + &#039;&amp;actionID=&#039; + action + &#039;&amp;mime=&#039; + mime, &#039;&lt;?php echo uniqid(ran

d()) . $index ?&gt;&#039; + tr(part), param); line 



to 



window.open(&#039;&lt;?php echo str_replace(&#039;&amp;amp;&#039;, &#039;&amp;&#039;, Horde::url(&#039;view.php?thismailbox=&#039; . urlencode(IMP::getThisMailbox()) .

 &#039;&amp;index=&#039; . $index)) ?&gt;&#039; + &#039;&amp;id=&#039; + part + &#039;&amp;actionID=&#039; + action + &#039;&amp;mime=&#039; + mime + &#039;&amp;msiebug=.mht&#039;, &#039;&lt;?php echo uniqid(ran

d()) . $index ?&gt;&#039; + tr(part), param);



</description> 
   <pubDate>Fri, 22 Oct 2004 13:47:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/716#t2614</link> 
  </item> 
   
  <item> 
   <title>I have absolutely no idea what you are talking about. Can tr</title> 
   <description>I have absolutely no idea what you are talking about. Can try to rephrase your problem?</description> 
   <pubDate>Tue, 02 Nov 2004 21:48:10 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/716#t2756</link> 
  </item> 
   
  <item> 
   <title>No feedback.</title> 
   <description>No feedback.</description> 
   <pubDate>Mon, 15 Nov 2004 15:07:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/716#t3039</link> 
  </item> 
   
  <item> 
   <title>&gt; No feedback.

Yes feedback lol  for the people    to work </title> 
   <description>&gt; No feedback.

Yes feedback lol  for the people    to work over here when they come </description> 
   <pubDate>Fri, 09 Oct 2009 18:13:23 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/716#t56226</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
