[Tickets #13232] linked attachments

noreply at bugs.horde.org noreply at bugs.horde.org
Wed May 28 14:49:44 UTC 2014


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/13232
------------------------------------------------------------------------------
  Ticket             | 13232
  Created By         | ravine.hu at gmail.com
  Summary            | linked attachments
  Queue              | IMP
  Version            | Git master
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


ravine.hu at gmail.com (2014-05-28 14:49) wrote:

I can not get the linked attachments to work in latest 6.2.0 IMP. It  
worked in 6.1.5, so i've checked the prefs and the configs, no luck.  
I'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've used  
is the imap-backends config from the live installation. I'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's stuck at sending.

Here is my imp conf.php:
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Id: 2f48fe333b68218854ef27745028e6efd3efc6f0 $
$conf['user']['allow_view_source'] = true;
$conf['server']['server_list'] = 'shown';
$conf['compose']['use_vfs'] = true;
$conf['compose']['link_attachments_notify'] = true;
$conf['compose']['link_attach_threshold'] = 5242880;
$conf['compose']['link_attach_size_limit'] = 0;
$conf['compose']['link_attach_size_hard'] = 0;
$conf['compose']['link_attachments'] = true;
$conf['compose']['attach_size_limit'] = 0;
$conf['compose']['attach_count_limit'] = 0;
$conf['compose']['reply_limit'] = 0;
$conf['compose']['ac_threshold'] = 2;
$conf['compose']['htmlsig_img_size'] = 30000;
$conf['pgp']['keylength'] = 1024;
$conf['maillog']['driver'] = 'history';
$conf['sentmail']['driver'] = 'Null';
$conf['contactsimage']['backends'] = array('IMP_Contacts_Avatar_Addressbook');
$conf['tasklist']['use_tasklist'] = false;
$conf['notepad']['use_notepad'] = false;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */





More information about the bugs mailing list