question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Attachments of PGP/MIME message are not shown in conversation view

See original GitHub issue

With Thunderbird 24.2.0 and latest add-on, attachments of a PGP/MIME encrypted message are not shown in conversation view. But if I open a message in the classic reader, attachments are shown correctly. With Thunderbird 17.0.8 and Thundervird Conversation 2.6.3 I can see attachments correctly.

It seems that PGP/MIME attachments information is not available in Thunderbird 24.2.0.

https://github.com/protz/GMail-Conversation-View/blob/d41cbd2bfffa61d8f07785af96046cc6e4eccd3c/modules/message.js#L1170

At above code (in function buildAttachmentViewIfNeeded()), I checked attachments length with TB 24.2.0 and got 0 even if the encrypted message had an attachment. With TB 17.0.8, I got 1 as expected.

Log.debug('allAttachments: ' + aMimeMsg.allAttachments.length);
Log.debug('allUserAttachments: ' + aMimeMsg.allUserAttachments.length);

Any ideas? Thanks.

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
jmigualcommented, Nov 15, 2019

Hey hi, it seems to me that this is happening again. If an email has inline image attachments they show up properly but if it has additional files attached at the bottom only the text content is displayed and neither the images or the attached file is shown.

0reactions
protzcommented, Jan 29, 2014

Ok, found the bug, sending an email to Patrick.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Attachments of PGP/MIME message are not shown in ... - GitHub
With Thunderbird 17.0.8 and Thundervird Conversation 2.6.3 I can see attachments correctly. It seems that PGP/MIME attachments information is ...
Read more >
attachments not viewable in conversation view in Outlook 2010
If I change the inbox view to a view other than by conversation and then open the same message, I can see and...
Read more >
Broken Attachments in Microsoft 365 webmail if GPG signed S ...
If I send another email that is not signed, but does include an attachment, MS 365 Webmail can display the attachment, no problem....
Read more >
T3769 GPG messages with empty content / not decrypted in ...
6. Cases: OpenPGP w/o attachments not encrypted as PGP/inline option. empty content displayed both in Inbox and Sent folder (with GpgOL ...
Read more >
Sign or encrypt emails in Mail on Mac - Apple Support
Some mailing lists reject digitally signed messages because the signature is treated as an attachment. If this happens, click the signed icon in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found