Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TB 78.6.1 (64-bit) in-line attachments do not show in message?

87 views
Skip to first unread message

Irv Spalten

unread,
Jan 15, 2021, 1:35:18 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
I am not sure why? I've got VIEW - Message Body as Original Email, and
Display Attachments Inline checked?

All I see is a BOX and on the bottom I see the Attachments and select
them to see them (usually they ARE JPG's with some being PNG's).

I've restarted in SAFE MODE, still doesn't work?

I can't find any other reports like this though?

Suggestions?

Onno Ekker

unread,
Jan 15, 2021, 3:20:36 PM1/15/21
to mozilla-suppo...@lists.mozilla.org


> On 15 Jan 2021, at 19:35, Irv Spalten <ispa...@cfl.rr.com> wrote:
>
> I am not sure why? I've got VIEW - Message Body as Original Email, and Display Attachments Inline checked?
This sometimes happens with mails sent from Outlook, because Microsoft doesn’t insert them correctly according to the specs.

There’s probably a pile of bugs filed for it.

Onno

😉 Good Guy 😉

unread,
Jan 15, 2021, 4:24:41 PM1/15/21
to mozilla-suppo...@lists.mozilla.org

Have you allowed "Remote Content in Messages"

[ Allow Remote Content ]
--

With over 1.2 billion devices now running Windows 10, customer satisfaction is higher than any previous version of windows.

😉 Good Guy 😉

unread,
Jan 15, 2021, 4:24:56 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
On 15/01/2021 18:34, Irv Spalten wrote:

Irv Spalten

unread,
Jan 15, 2021, 5:36:11 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
These are not REMOTE content, but attachments that are part of the e-mail.

These are .PNG files by the way.

Some of the source code:

----------------
-----=_Part_182788_1057870095.1610683225937
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline; filename="Embedded1610551354285.png"
Content-ID: <dLziHyL9IF3o90ItqBXn>
-----------------

There is a matching file with the above name showing in the attachment list.

Irv Spalten

unread,
Jan 15, 2021, 5:38:08 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
On 1/15/2021 2:19 PM, 😉 Good Guy 😉 wrote:
> On 15/01/2021 18:34, Irv Spalten wrote:
>> I am not sure why? I've got VIEW - Message Body as Original Email, and
>> Display Attachments Inline checked?
>>
>> All I see is a BOX and on the bottom I see the Attachments and select
>> them to see them (usually they ARE JPG's with some being PNG's).
>>
>> I've restarted in SAFE MODE, still doesn't work?
>>
>> I can't find any other reports like this though?
>>
>> Suggestions?
>
>
> Have you allowed "Remote Content in Messages"
>
> [ Allow Remote Content ] <https://i.imgur.com/EfW576L.png>
> --
>
> With over 1.2 billion devices now running Windows 10, customer
> satisfaction is higher than any previous version of windows.
>

Irv Spalten

unread,
Jan 15, 2021, 5:39:16 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
OK, good to know.

These is seems are all .PNG files. I think it might be handling .JPG OK?

Irv Spalten

unread,
Jan 15, 2021, 5:46:39 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
On 1/15/2021 3:20 PM, Onno Ekker wrote:
>
>
Further inspection of the mail source shows it was sent via Web Mail @
Yahoo. Came from someone else and that info was removed.

Hard to tell why it isn't working?

WaltS48

unread,
Jan 15, 2021, 6:21:44 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
Can you open the attachment?

Adding an attachment and looking at the source of the sent message I see:

Content-Type: image/png;
name="search-icon.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="search-icon.png"

Looking at the source of the received message I see:

Content-Type: image/png;
name="search-icon.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="search-icon.png"

The attachment appears inline in the email.

No remote content setting needed because it isn't remote.

I don't know how the sender of that email added the attachment, but it
doesn't look like it was done properly to display inline.

When I use Insert > Image and add the location of the file I see:

Content-Type: image/png;
name="search-icon.png"
Content-Transfer-Encoding: base64
Content-ID: <part1.3419E...@comcast.net>
Content-Disposition: inline;
filename="search-icon.png"

The image appears inline in the email, but not as an attachment.

--
OS: Fedora 33 Workstation - Gnome Desktop
https://www.thunderbird.net/en-US/get-involved/



WaltS48

unread,
Jan 15, 2021, 6:24:32 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
Ah, sending one to myself using my AOL web mail, I get the image inline
and the attachment. The source looks like this:

Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="=?utf-8?B?c2VhcmNoYmFyLnBuZw==?="
Content-ID: <nG2jTcQWFIKnvy7R1pHi>

I did not try Insert > Image on the site.

Irv Spalten

unread,
Jan 15, 2021, 7:39:57 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
Yes, I can open the attachment and also save it if I want?

Always worked before, both in-line and the file itself could be saved
from the bottom list of attachments?

Maybe those I've seen were only .JPG's?

Something has changed, or I never got .PNG's in-line before?

Irv Spalten

unread,
Jan 15, 2021, 7:55:21 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
On 1/15/2021 6:24 PM, WaltS48 wrote:

>
> Ah, sending one to myself using my AOL web mail, I get the image inline
> and the attachment. The source looks like this:
>
> Content-Type: image/png
> Content-Transfer-Encoding: base64
> Content-Disposition: attachment;
> filename="=?utf-8?B?c2VhcmNoYmFyLnBuZw==?="
> Content-ID: <nG2jTcQWFIKnvy7R1pHi>
>
> I did not try Insert > Image on the site.
>


OK, did a small test and sent a mail to myself.

Took a JPG file and saved it as a PNG.

Put both into the SAME email and sent it to myself.

No problem, both appeared in-line.

Must be a problem on the sending end.

Sorry for the bother, should have tried this first.

Thanks.

Wolf K

unread,
Jan 15, 2021, 9:57:35 PM1/15/21
to mozilla-suppo...@lists.mozilla.org
You can right-click on any displayed image and select Save As from the
drop-down menu. Doesn't matter whether the image is inline or an
attachment. I very rarely Save As from the attachment list.

Generally, right-click gives you a menu, left click triggers some
action. If you don't see the action you expect/want, right-click, and
see what's on offer.

--
Wolf K
kirkwood40.blogspot.com
“When I am playing with my cat, how do I know she is not playing with me?
(Montaigne)

Kingdaddy

unread,
Jan 16, 2021, 10:35:19 PM1/16/21
to mozilla-suppo...@lists.mozilla.org
On 1/15/2021 1:34 PM, Irv Spalten wrote:
Uhm... I'm unsure of what you are doing to get there.

I have discovered that...

To test a note I create with an embedded image,
(Attached imaged behaves different)
.... and I send it to self,
the embedded image does not display.

I do
"Edit as new" and the image shows up.

Carl

WaltS48

unread,
Jan 17, 2021, 8:12:44 AM1/17/21
to mozilla-suppo...@lists.mozilla.org
Did you see the format of the source code of his message that doesn't
display the image in a previous reply?

"----------------
-----=_Part_182788_1057870095.1610683225937
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline; filename="Embedded1610551354285.png"
Content-ID: <dLziHyL9IF3o90ItqBXn>
----------------- "

A test email with an attachment has:

--------------0D0AA919ED04263772636634
Content-Type: image/png;
name="search-icon.png"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="search-icon.png"

A test email using Insert > Image has:

--------------F6964757B4A278A41F9015CB
Content-Type: image/png;
name="search-icon.png"
Content-Transfer-Encoding: base64
Content-ID: <part1.3419E...@comcast.net>
Content-Disposition: inline;
filename="search-icon.png"

I'm thinking the email application added the word "Embedded" to the
filename causing it not to be displayed.

Now how exactly did you create this email with an embedded image?

Using Drag + Drop from my Files app into an HTML message works for me.

Irv Spalten

unread,
Jan 17, 2021, 9:52:19 AM1/17/21
to mozilla-suppo...@lists.mozilla.org
No, that IS the filename as it appears on the bottom 'attachment'
listing, 'Embedded' is the beginning of the filename. All 14 of them
were named like that followed by individual digits. In the email was a
blank box for each one that would normally show.

As another test I saved one of the .PNG files and then just sent myself
an email I created with that .PNG file embedded. Open the email and the
picture shows? Has to be a problem on the sender's end?

Completely different SOURCE CODE (removed my info):

=================
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0)
Gecko/20100101
Thunderbird/78.6.1
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="------------E31C22D0296BE442C363036F"
Content-Language: en-US
X-CMAE-Envelope:
MS4wfMDmuNcLKqK7kmo9Tyw+Wfy5arnD6N3781kGGivPUx3y6bBW6XI2PpKHwrFBfKqeL56IC+Q9sAQsTbPZx+RjNb1madDHhq0v5oLmuOSJSxkT7o9m4D4f

g4ZeIJiBYhsCLx0eKwKJVlrr1pdFVENI6HF4O5hEOOv3X4EdRRaM6lGUcbLGycm/p92Yakkf9GGHrDUDXLcDbNxjTFm9CM4DbZo=

This is a multi-part message in MIME format.
--------------E31C22D0296BE442C363036F
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

test

--

--------------E31C22D0296BE442C363036F
Content-Type: multipart/related;
boundary="------------D7D92375D5CBFAFE770A8949"


--------------D7D92375D5CBFAFE770A8949
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>test</p>
<img moz-do-not-send="false"
src="cid:part1.1496D8F6.0BCE5672@.rr.com" alt="" width="564"
height="423">
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<p style="color: black;">Thanks,</p>
<p style="font-family: Courier; font-weight: bold; color: black;">
Irv</p>
<p style="font-family: Courier; color: black;&gt;
&lt;a href=" mailto:ixxxx@.rr.com"=""><a
class="moz-txt-link-abbreviated"
href="mailto:ixxxx@.rr.com">ixxx@.rr.com</a></p>
<p style="font-family: Courier; color: #000080;">
</p>
</div>
</body>
</html>

--------------D7D92375D5CBFAFE770A8949
Content-Type: image/png;
name="Embedded1610551354285.png"
Content-Transfer-Encoding: base64
Content-ID: <part1.1496D...@cfl.rr.com>
Content-Disposition: inline;
filename="Embedded1610551354285.png"

iVBORw0KGgoAAAANSUhEUgAAAjQAAAGnCAYAAACgkc1zAAAgAElEQVR4Aey9B3AcaXbn2REX
d3F3u6u9vb09Reh2tSetNAq5XY3GaXpM9/T0TBs22c2mJ0AQ3nvvAZIgQJCgt03vvffeexI0
..
..
===========================

Similar code for the file in the ORIGINAL message:

====================
------=_Part_182788_1057870095.1610683225937
Content-Type: image/png
Content-Transfer-Encoding: base64
Content-Disposition: inline; filename="Embedded1610551354285.png"
Content-ID: <dLziHyL9IF3o90ItqBXn>

iVBORw0KGgoAAAANSUhEUgAAAjQAAAGnCAYAAACgkc1zAAAgAElEQVR4Aey9B3AcaXbn2REXd3F3
u6u9vb09Reh2tSetNAq5XY3GaXpM9/T0TBs22c2mJ0AQ3nvvAZIgQJCgt03vvffeexI0IEGABEiC
====================

Can't figure it out?

WaltS48

unread,
Jan 17, 2021, 11:18:30 AM1/17/21
to mozilla-suppo...@lists.mozilla.org
Has to be.

Kingdaddy

unread,
Jan 17, 2021, 10:23:45 PM1/17/21
to mozilla-suppo...@lists.mozilla.org
On 1/17/2021 8:12 AM, WaltS48 wrote:
I do this a lot, really.

I copy the contents of a displayed page (or we call it source "crumb")

and I paste it all into a new TB email.

That page has one or more images, usually a thmb, to larger pic, or a link.

Example:

https://8kun.top/qresearch/res/12528809.html#q12528971
It's really busy slow recently. Server is on the other side of the
world, and getting a lot of 'tourists' and demons.

I add remarks, save as a template, and use it for a mailing list.

Carl


WaltS48

unread,
Jan 18, 2021, 8:21:12 AM1/18/21
to mozilla-suppo...@lists.mozilla.org
Check out Good Guys Copy/Paste test in the mozilla.test newsgroup of
that site after I allowed remote content.

I can see the image in it.

Kingdaddy

unread,
Jan 20, 2021, 10:00:35 AM1/20/21
to mozilla-suppo...@lists.mozilla.org
My apologies... I now realize I left out an important piece of information!

My opening this dialog was intending to be me reporting a TB issue. I
described how I expose it.

The issue is ONLY in TB... and my "workaround" is "Edit as new".

In the email inbox IN THE BROWSER, it is working correctly.
....only in TB does the complaint exist.

Carl
0 new messages