thunderbird / thunderbird/thunderbird-android
Add note about OpenPGP public key being included in all outgoing messages
@cketti is already working on this.
Since May 13, 2024.
- Dominant language
- Kotlin
- Stars
- 14k
- Forks
- 2.8k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 57
Description
Checklist
- I have used the search function to see if someone else has already submitted the same bug report.
- I will describe the problem with as much detail as possible.
App version
6.802
Where did you get the app from?
F-Droid
Android version
LineageOS 20.1 (Android 13)
Device model
Fairphone 4
Steps to reproduce
- add a account as usual
- enable OpenPGP on that account by selecting a key
- do not change any other settings concerning OpenPGP / Autocrypt
- (esp. "Autocrypt mutual" should be disabled)
- send a new (unencrypted & unsigned) mail to yourself
- open the newly received mail & check the headers
Expected behavior
IMO it is reasonable to expect that this mail does not contain an AutoCrypt header with my configured OpenPGP key. I think so because K9-Mail does not declare that additional data might be shared, hence (at least in the EU regarding GDPR) it should only share data which is technically required to send that mail. As that mail is not encrypted & not signed and as mutual encryption was disabled, K9-Mail is not technically required to submit my public key.
Actual behavior
The sent mail contains an Autocrypt header containing the configured OpenPGP key.
Additional Info
Issue #4836 already reported this misbehavior, but that issue was mostly ignored and did not discuss the potential legal issue arising from that behavior. Because this report is from ca. 4 years ago, I decided to open a new issue.
I understand that it is useful to automatically attach the public key to all outgoing mails, I see following problems in the current implementations:
- The current behavior is neither explained to the user nor can it be specifically disabled. And IMO there are use cases for using OpenPGP without Autocrypt.
- The current behavior can result in a leak of personal data, especially in combination with the multiple identities feature. E.g. if a user does want to send a mail from an anonymous alias and its provider allows this by simply using a different FROM address, K9-Mail can leak the identity of that user. Or that users PGP key might contain additional information they do not want to share with every mail (e.g. secondary mail addresses).
- IMO the current behavior is illegal under GDPR, because that behavior is non-optional, not explained to the user and not technically required for the service the users are expecting (sending an unencrypted, unsigned mail).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.