Summary | unable to reply to HTML email with inline image attached |
Queue | IMP |
Queue Version | 6.0.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | support (at) valuemd (dot) com |
Created | 04/08/2013 (4472 days ago) |
Due | |
Updated | 04/08/2013 (4472 days ago) |
Assigned | 04/08/2013 (4472 days ago) |
Resolved | 04/08/2013 (4472 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 6.1 |
Patch | No |
State ⇒ Resolved
commit e069ac057aa373b13a8acd1009cfcd86230988a5
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Apr 8 15:46:23 2013 -0600
[mms] Convert Data URLs in a reply message into attachments so
that compose attachment limits can be enforced (
Bug #12167).imp/docs/CHANGES | 2 ++
imp/lib/Compose.php | 37 ++++++++++++++++++++++++++++++++++---
imp/package.xml | 4 +++-
3 files changed, 39 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/e069ac057aa373b13a8acd1009cfcd86230988a5
State ⇒ Assigned
Milestone ⇒ 6.1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ unable to reply to HTML email with inline image attached
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
New Attachment: account access.eml
State ⇒ Unconfirmed
I found a problem that if $conf['compose']['convert_to_related'] =
true in horde/imp/config/conf.php, I get the error: Couldn't resolve
host 'data:image' when reply (HTML) to an email which has inline image
attached as <img src="data:image/x-icon:" />. I get grid of it by set
the config to false. But we desire to use it as true. I hope this can
be fixed for next release. I read the
ticket #11987athttp://bugs.horde.org/ticket/11987, and this is different from the
fixed bug because we don't copy & paste anything.
Let me know if you have any questions or need anything.
Thanks,
Dzung Le