diff options
author | snqk <me@snqk.dev> | 2024-08-17 21:19:18 +0100 |
---|---|---|
committer | snqk <me@snqk.dev> | 2024-08-17 21:19:18 +0100 |
commit | ceab1ab58b070c079f901ddbbfc452b5b3c08565 (patch) | |
tree | 7a0ab426919a5d97dcef854e82b84258ffad6524 /README.md | |
parent | Merge pull request #453 from jwpconsulting/update-nix (diff) | |
download | YubiKey-Guide-ceab1ab58b070c079f901ddbbfc452b5b3c08565.tar.gz |
mail/thunderbird: add instructions & warnings
- add instructions to configure the thunderbird client with this setup
- add warning for commonly encountered issues when decrypting emails (Resolves #448)
Signed-off-by: snqk <me@snqk.dev>
Diffstat (limited to '')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -45,6 +45,7 @@ To suggest an improvement, send a pull request or open an [issue](https://github + [Chained GnuPG agent forwarding](#chained-gnupg-agent-forwarding) * [Using multiple YubiKeys](#using-multiple-yubikeys) * [Email](#email) + + [Thunderbird](#thunderbird) + [Mailvelope](#mailvelope) + [Mutt](#mutt) * [Keyserver](#keyserver) @@ -1670,6 +1671,12 @@ See discussion in Issues [#19](https://github.com/drduh/YubiKey-Guide/issues/19) YubiKey can be used to decrypt and sign emails and attachments using [Thunderbird](https://www.thunderbird.net/), [Enigmail](https://www.enigmail.net) and [Mutt](http://www.mutt.org/). Thunderbird supports OAuth 2 authentication and can be used with Gmail. See [this EFF guide](https://ssd.eff.org/en/module/how-use-pgp-linux) for more information. Mutt has OAuth 2 support since version 2.0. +### Thunderbird + +Follow [instructions on the mozilla wiki](https://wiki.mozilla.org/Thunderbird:OpenPGP:Smartcards#Configure_an_email_account_to_use_an_external_GnuPG_key) to setup your YubiKey with your thunderbird client using the external gpg provider. + +**Important** Thunderbird [fails](https://github.com/drduh/YubiKey-Guide/issues/448) to decrypt emails if the ASCII `armor` option is enabled in your `~/.gnupg/gpg.conf`. If you see the error `gpg: [don't know]: invalid packet (ctb=2d)` or `message cannot be decrypted (there are unknown problems with this encrypted message)`simply remove this option from your config file. + ### Mailvelope [Mailvelope](https://www.mailvelope.com/en) allows YubiKey to be used with Gmail and others. |