Does this addon work with encrypted mails? #302
-
I (sometimes) use Thunderbirds build-in mail encryption via OpenPGP. I noticed that an email was shown as modified although encrypted an signed using OpenPGP. Does this add-on work with Thunderbird build-in encryption feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I'm not that familiar with the OpenPGP standard and Thunderbird's build-in encryption feature, but as long the mail stays saved in the original encrypted state, it should not affect any DKIM signature. I would guess that the OpenPGP format for encrypted mail is pretty robust to most common changes done by mail servers, like e.g. breaking long lines by adding additional new lines. DKIM has two canonicalization modes for signing of the body:
But in both cases, adding e.g. an additional new line in the middle would already break the DKIM signature. So although this addon (and DKIM in general) should be compatible with OpenPGP, I expect the outer format of OpenPGP messages to be more robust against changes than DKIM signed messages. |
Beta Was this translation helpful? Give feedback.
I'm not that familiar with the OpenPGP standard and Thunderbird's build-in encryption feature, but as long the mail stays saved in the original encrypted state, it should not affect any DKIM signature.
The addon should only see the raw encrypted (and DKIM signed) mail, and therefore work together Thunderbird's build-in encryption feature. But I did not yet test it myself if it works.
I would guess that the OpenPGP format for encrypted mail is pretty robust to most common changes done by mail servers, like e.g. breaking long lines by adding additional new lines.
DKIM has two canonicalization modes for signing of the body: