<?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>linked attachments</title> 
  <pubDate>Sun, 05 Apr 2026 22:29:04 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/13232</link> 
  <atom:link rel="self" type="application/rss+xml" title="linked attachments" href="https://bugs.horde.org/ticket/13232/rss" /> 
  <description>linked attachments</description> 
 
   
   
  <item> 
   <title>I can not get the linked attachments to work in latest 6.2.0</title> 
   <description>I can not get the linked attachments to work in latest 6.2.0 IMP. It worked in 6.1.5, so i&#039;ve checked the prefs and the configs, no luck. I&#039;ve sent a mail to the levlist, Michael said it works.
So i did a clean git-install, with clean DB. The only thing i&#039;ve used is the imap-backends config from the live installation. I&#039;ve upgraded pear and php (5.4.4), but in the end i got the same exact disfunctioning imp. Attachments always inline in the mail. In the VFS, no attachments folder created.
Even better, when i set the $conf[compose][link_attach_size_hard] to something else than 0, when i send a mail with attachments, the whole horde session dies. It&#039;s stuck at sending.

Here is my imp conf.php:
&lt;?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Id: 2f48fe333b68218854ef27745028e6efd3efc6f0 $
$conf[&#039;user&#039;][&#039;allow_view_source&#039;] = true;
$conf[&#039;server&#039;][&#039;server_list&#039;] = &#039;shown&#039;;
$conf[&#039;compose&#039;][&#039;use_vfs&#039;] = true;
$conf[&#039;compose&#039;][&#039;link_attachments_notify&#039;] = true;
$conf[&#039;compose&#039;][&#039;link_attach_threshold&#039;] = 5242880;
$conf[&#039;compose&#039;][&#039;link_attach_size_limit&#039;] = 0;
$conf[&#039;compose&#039;][&#039;link_attach_size_hard&#039;] = 0;
$conf[&#039;compose&#039;][&#039;link_attachments&#039;] = true;
$conf[&#039;compose&#039;][&#039;attach_size_limit&#039;] = 0;
$conf[&#039;compose&#039;][&#039;attach_count_limit&#039;] = 0;
$conf[&#039;compose&#039;][&#039;reply_limit&#039;] = 0;
$conf[&#039;compose&#039;][&#039;ac_threshold&#039;] = 2;
$conf[&#039;compose&#039;][&#039;htmlsig_img_size&#039;] = 30000;
$conf[&#039;pgp&#039;][&#039;keylength&#039;] = 1024;
$conf[&#039;maillog&#039;][&#039;driver&#039;] = &#039;history&#039;;
$conf[&#039;sentmail&#039;][&#039;driver&#039;] = &#039;Null&#039;;
$conf[&#039;contactsimage&#039;][&#039;backends&#039;] = array(&#039;IMP_Contacts_Avatar_Addressbook&#039;);
$conf[&#039;tasklist&#039;][&#039;use_tasklist&#039;] = false;
$conf[&#039;notepad&#039;][&#039;use_notepad&#039;] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */</description> 
   <pubDate>Wed, 28 May 2014 14:49:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13232#t83921</link> 
  </item> 
   
  <item> 
   <title>Oh yeah, i see no errors in the logs. At least not related e</title> 
   <description>Oh yeah, i see no errors in the logs. At least not related errors, sometimes i got a flood of : 
EMERG: HORDE [imp] Call to a member function getNamespace() on a non-object [pid 18126 on line 503 of &quot;/opt/WEBROOT/horde.git/imp/lib/Imap.php&quot;]

But nothing special apart from that. I raised the loglevel to DEBUG, but no extra errors  about this.</description> 
   <pubDate>Wed, 28 May 2014 15:06:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13232#t83923</link> 
  </item> 
   
  <item> 
   <title>One other thing i noticed, but probably not related: when i </title> 
   <description>One other thing i noticed, but probably not related: when i attach a file, at that time the filesize shows up correctly. After sending, when i check the Sent mail folder and the mail i&#039;ve sent, the attachment size is different. I mean incorrect. Smaller than the original. </description> 
   <pubDate>Fri, 30 May 2014 09:57:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13232#t83949</link> 
  </item> 
   
  <item> 
   <title>Ok, here&#039;s the correct pic...</title> 
   <description>Ok, here&#039;s the correct pic...</description> 
   <pubDate>Fri, 30 May 2014 09:58:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13232#t83950</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (FRAMEWORK_5_2):

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

commit b90417d8b4a8cfeef56c6efab385963123cdec5a
Author: Michael M Slusarz &lt;slusarz@horde.org&gt;
Date:   Mon Jul 7 23:52:00 2014 -0600

    [mms] Fix some regressions in linked attachments behavior (Bug #13232).

 imp/docs/CHANGES                                 |    7 ++--
 imp/lib/Compose/Attachment.php                   |    6 ++-
 imp/lib/Compose/Attachment/Storage/VfsLinked.php |   38 ++++++++-------------
 imp/lib/Compose/LinkedAttachment.php             |    2 +-
 imp/package.xml                                  |    2 +
 5 files changed, 26 insertions(+), 29 deletions(-)

http://github.com/horde/horde/commit/b90417d8b4a8cfeef56c6efab385963123cdec5a</description> 
   <pubDate>Tue, 08 Jul 2014 05:55:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13232#t84521</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

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

commit a2f0ad707f3cbca274eadd5ddb41421b959e07a1
Author: Michael M Slusarz &lt;slusarz@horde.org&gt;
Date:   Mon Jul 7 23:52:00 2014 -0600

    [mms] Fix some regressions in linked attachments behavior (Bug #13232).

 imp/docs/CHANGES                                 |   14 ++++++--
 imp/lib/Compose/Attachment.php                   |    6 ++-
 imp/lib/Compose/Attachment/Storage/VfsLinked.php |   38 ++++++++-------------
 imp/lib/Compose/LinkedAttachment.php             |    2 +-
 imp/package.xml                                  |   20 ++++++++++--
 5 files changed, 48 insertions(+), 32 deletions(-)

http://github.com/horde/horde/commit/a2f0ad707f3cbca274eadd5ddb41421b959e07a1</description> 
   <pubDate>Tue, 08 Jul 2014 05:57:21 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13232#t84522</link> 
  </item> 
   
  <item> 
   <title>Couldn&#039;t duplicate your issue, but found several other (poss</title> 
   <description>Couldn&#039;t duplicate your issue, but found several other (possibly related) issues with the linked attachment code.  Can verify that linked attachments work properly after these changes so closing.</description> 
   <pubDate>Tue, 08 Jul 2014 06:01:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/13232#t84523</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
