<?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>Problems replying/forwarding messages with attachments on pop-ups</title> 
  <pubDate>Fri, 10 Apr 2026 13:36:23 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/11053</link> 
  <atom:link rel="self" type="application/rss+xml" title="Problems replying/forwarding messages with attachments on pop-ups" href="https://bugs.horde.org/ticket/11053/rss" /> 
  <description>Problems replying/forwarding messages with attachments on pop-ups</description> 
 
   
   
  <item> 
   <title>Open a message in a new window, and press reply/forward (add</title> 
   <description>Open a message in a new window, and press reply/forward (add any attachment, if the message hasn&#039;t any), and press send.

The message will be sent, but imp will try to delete the attachments after the message is sent, which will show errors to the user.</description> 
   <pubDate>Mon, 05 Mar 2012 13:23:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11053#t70605</link> 
  </item> 
   
  <item> 
   <title>&gt; Open a message in a new window, and press reply/forward (a</title> 
   <description>&gt; Open a message in a new window, and press reply/forward (add any 
&gt; attachment, if the message hasn&#039;t any), and press send.
&gt;
&gt; The message will be sent, but imp will try to delete the attachments 
&gt; after the message is sent, which will show errors to the user.

Is this truly seen in git (e.g. IMP 6 develop)?  I can&#039;t reproduce.</description> 
   <pubDate>Thu, 08 Mar 2012 03:35:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11053#t70628</link> 
  </item> 
   
  <item> 
   <title>I use the master branch, not the develop one.
I can&#039;t test </title> 
   <description>I use the master branch, not the develop one.
I can&#039;t test this on the horde demo, because the &quot;From&quot; is always invalid, but on my computer i can reproduce it every time.

Eve you opened the message in a new window (pop up) before you click on the reply/forward?

&gt;&gt; Open a message in a new window, and press reply/forward (add any
&gt;&gt; attachment, if the message hasn&#039;t any), and press send.
&gt;&gt;
&gt;&gt; The message will be sent, but imp will try to delete the attachments
&gt;&gt; after the message is sent, which will show errors to the user.
&gt;
&gt; Is this truly seen in git (e.g. IMP 6 develop)?  I can&#039;t reproduce.
</description> 
   <pubDate>Tue, 13 Mar 2012 12:00:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11053#t70703</link> 
  </item> 
   
  <item> 
   <title>Sorry, Eve = Have :-)

&gt; I use the master branch, not the </title> 
   <description>Sorry, Eve = Have :-)

&gt; I use the master branch, not the develop one.
&gt; I can&#039;t test this on the horde demo, because the &quot;From&quot; is always 
&gt; invalid, but on my computer i can reproduce it every time.
&gt;
&gt; Eve you opened the message in a new window (pop up) before you click 
&gt; on the reply/forward?
&gt;
&gt;&gt;&gt; Open a message in a new window, and press reply/forward (add any
&gt;&gt;&gt; attachment, if the message hasn&#039;t any), and press send.
&gt;&gt;&gt;
&gt;&gt;&gt; The message will be sent, but imp will try to delete the attachments
&gt;&gt;&gt; after the message is sent, which will show errors to the user.
&gt;&gt;
&gt;&gt; Is this truly seen in git (e.g. IMP 6 develop)?  I can&#039;t reproduce.
&gt;
</description> 
   <pubDate>Tue, 13 Mar 2012 12:00:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11053#t70704</link> 
  </item> 
   
  <item> 
   <title>I can confirm this. The sendMessage request succeeds, but th</title> 
   <description>I can confirm this. The sendMessage request succeeds, but the deleteAttache request triggers this error:

Fatal error: Call to a member function getName() on a non-object in /home/jan/horde-git/imp/lib/Ajax/Application.php on line 1342
Call Stack
#	Time	Memory	Function	Location
1	0,0161	650792	{main}( )	../ajax.php:0
2	0,5570	12960712	IMP_Ajax_Application-&gt;doAction( )	../ajax.php:60
3	0,5570	12960712	Horde_Core_Ajax_Application-&gt;doAction( )	../Application.php:95
4	0,5571	12961344	call_user_func ( array (0 =&gt; class IMP_Ajax_Application { public $notify = TRUE; protected $_mbox = NULL; protected $_queue = class IMP_Ajax_Queue { protected $_flag = array (...); protected $_poll = array (...); protected $_quota = FALSE }; protected $_suppress = NULL; protected $_readOnly = array (0 =&gt; &#039;html2Text&#039;, 1 =&gt; &#039;text2Html&#039;); protected $_action = &#039;deleteAttach&#039;; protected $_app = &#039;imp&#039;; protected $_defaultDomain = NULL; protected $_vars = class Horde_Variables { protected $_expected = array (...); protected $_sanitized = FALSE; protected $_vars = array (...) } }, 1 =&gt; &#039;deleteAttach&#039;) )	../Application.php:95
5	0,5571	12961344	IMP_Ajax_Application-&gt;deleteAttach( )	../Application.php:95

</description> 
   <pubDate>Tue, 13 Mar 2012 13:35:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11053#t70705</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit c05da3d7fef5</title> 
   <description>Changes have been made in Git (master):

commit c05da3d7fef551ac8dd73d41f48aa507f988982e
Author: Michael M Slusarz &lt;slusarz@horde.org&gt;
Date:   Wed Mar 14 00:12:05 2012 -0600

    Bug #11053: Clear attachment list if message send was successful.

 imp/js/compose-dimp.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/c05da3d7fef551ac8dd73d41f48aa507f988982e</description> 
   <pubDate>Wed, 14 Mar 2012 06:12:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11053#t70709</link> 
  </item> 
   
  <item> 
   <title>This should fix.</title> 
   <description>This should fix.</description> 
   <pubDate>Wed, 14 Mar 2012 06:13:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11053#t70710</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit c05da3d7fef</title> 
   <description>Changes have been made in Git (develop):

commit c05da3d7fef551ac8dd73d41f48aa507f988982e
Author: Michael M Slusarz &lt;slusarz@horde.org&gt;
Date:   Wed Mar 14 00:12:05 2012 -0600

    Bug #11053: Clear attachment list if message send was successful.

 imp/js/compose-dimp.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/c05da3d7fef551ac8dd73d41f48aa507f988982e</description> 
   <pubDate>Wed, 14 Mar 2012 12:09:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11053#t70713</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
