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>pull/457/head
parent
d9af1dea50
commit
ceab1ab58b
|
@ -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)
|
+ [Chained GnuPG agent forwarding](#chained-gnupg-agent-forwarding)
|
||||||
* [Using multiple YubiKeys](#using-multiple-yubikeys)
|
* [Using multiple YubiKeys](#using-multiple-yubikeys)
|
||||||
* [Email](#email)
|
* [Email](#email)
|
||||||
|
+ [Thunderbird](#thunderbird)
|
||||||
+ [Mailvelope](#mailvelope)
|
+ [Mailvelope](#mailvelope)
|
||||||
+ [Mutt](#mutt)
|
+ [Mutt](#mutt)
|
||||||
* [Keyserver](#keyserver)
|
* [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.
|
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
|
||||||
|
|
||||||
[Mailvelope](https://www.mailvelope.com/en) allows YubiKey to be used with Gmail and others.
|
[Mailvelope](https://www.mailvelope.com/en) allows YubiKey to be used with Gmail and others.
|
||||||
|
|
Loading…
Reference in New Issue