mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #352] [Bug] Thunderbird unable to decrypt subject after banner disabled #852
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#852
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @http403 on GitHub (Oct 23, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/352
The subject discribe it all. After turned off the banner on Anonaddy, Thunderbird can't decrypt/display the subject but the replaced 3 dots. I have verified with K-9 and this only happens on Thunderbird. I'm not blaming Anonaddy but want to check if there're any deviation from standard/common practice, and see if this also happen on other clients (e.g. Outlook).
Thunderbird version: 102.4
OS: Windows 10 Build 19043
@willbrowningme commented on GitHub (Oct 24, 2022):
Thanks, I am able to reproduce this with Thunderbird 102.4.
The issue is present when sending a plain text only message with no banner. HTML only and HTML/plain both work and the subject is displayed even without the banner.
I'll see if I can figure out what the issue is.
@willbrowningme commented on GitHub (Oct 25, 2022):
I can confirm that it works fine on K-9 so I'm not sure why that particular combination of plain text only (no banner) does not work in Thunderbird 102.4. I cannot find anything in Thunderbird's changelog so far.
@willbrowningme commented on GitHub (May 26, 2023):
Is anyone still experiencing this issue?
@http403 commented on GitHub (May 26, 2023):
Just did a quick test with Thunderbird 102.11.1. Still experiencing the issue. However, as banner auto stripping is implemented (#253 and #351), I don't think this have too much of an impact now.
@willbrowningme commented on GitHub (May 26, 2023):
I can only assume this is a bug in Thunderbird as FairEmail is able to decrypt and display the subject without any issues. The decrypted content of the message matches the correct format as laid out here - https://datatracker.ietf.org/doc/id/draft-autocrypt-lamps-protected-headers-02.html#name-signed-and-encrypted-pgp-mi.
@willbrowningme commented on GitHub (May 26, 2023):
After some further digging I've discovered that there is a fix to this bug which is to include a line with
--anywhere in the plain text message.That is why the example here worked in Thunderbird when I tested it.
I've just pushed a quick fix to add a line containing
--to the end of any plain text only messages that use encrypted headers. It's not ideal but it will have to do until Thunderbird can fix it.Please could you give it another try now?
@http403 commented on GitHub (May 26, 2023):
Yes. It is working but certainly not ideal.
@willbrowningme commented on GitHub (May 30, 2023):
I've opened a bug report on bugzilla - https://bugzilla.mozilla.org/show_bug.cgi?id=1835803