Closed
Bug 1178744
Opened 9 years ago
Closed 7 years ago
Template auto responder with image fails to display image.
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 647210
People
(Reporter: anjeyelf, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.0; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150525141253
Steps to reproduce:
Create a Template with embedded image in content.
Create a filter to act as eg: Out of Office and use Reply with Template choosing the saved template.
Test 1:
right click on the template and select 'Edit as new message' and send to my other email address.
Test 2:
Send email so that the filter acts and responds using the same template email sending between the same two email addresses.
Actual results:
Test 1:
Email sent and received as expected showing image.
Test 2:
Email sent ok. Filter runs ok. Received email does not show image. It looks like it is a broken image if the image is a jpg. If image was a gif then no image and no broken image box.
Expected results:
Images should display regardless of whether template email is sent via auto responder or manually.
I have no problems with receiving or sending embedded or attached images except when using a Message filter to reply using a template with image.
I compose in HTML and send both HTML and Plain Text.
TEst 1: email send in both as seen in View source.
Test 2; seems to only send in HTML.
Source code samples:
Test 1:
Date: Tue, 30 Jun 2015 12:57:55 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:38.0) Gecko/20100101
Thunderbird/38.0.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="------------050307050707090403090104"
This is a multi-part message in MIME format.
--------------050307050707090403090104
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
/*Regards
Anje ***/
**
**
--------------050307050707090403090104
Content-Type: multipart/related;
boundary="------------070508070903090606030801"
--------------070508070903090606030801
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
</head>
<body bgcolor="#FFFFFF" text="#000099">
<img alt="" src="cid:part1.03000109.05070300@anje.co.uk"
height="150" width="200">
<div class="moz-signature">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<title></title>
<div class="moz-signature">
<p><i><b><font color="#3333ff"> <font face="Times New
Roman,Times, serif"> Regards<br>
Anje<b> </b></font></font></b></i></p>
<b> </b></div>
<b> </b></div>
<br>
</body>
</html>
--------------070508070903090606030801
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-ID: <part1.03000109.05070300@anje.co.uk>
/9j/4AAQSkZJRgABAQEAyADIAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoM
DAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsN
Loads more of image code which I've not included.
Test: 2.
Date: Tue, 30 Jun 2015 13:05:34 +0100
User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:38.0) Gecko/20100101
Thunderbird/38.0.1
MIME-Version: 1.0
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit
This is a multi-part message in MIME format.
--------------010801010003070503080605
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
</head>
<body bgcolor="#FFFFFF" text="#000099">
<img alt="" src="cid:part1.04000805.00050208@anje.co.uk"
height="150" width="200">
<div class="moz-signature">
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
<title></title>
<div class="moz-signature">
<p><i><b><font color="#3333ff"> <font face="Times New
Roman,Times, serif"> Regards</font></font></b></i><br>
<i><b><font color="#3333ff"><font face="Times New Roman,Times,
serif"> Anje</font></font></b></i></p>
<b> </b></div>
<b> </b></div>
<br>
</body>
</html>
--------------010801010003070503080605
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-ID: <part1.04000805.00050208@anje.co.uk>
/9j/4AAQSkZJRgABAQEAyADIAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoM
DAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsN
loads more image code not included...to save on space.
Comment 1•7 years ago
|
||
Yon can get the auto-reply to contain an image if you use a data: URL, see bug 1370076 comment #14 and before.
Other than that, this is a duplicate of bug 647210.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•