From c228c68c71cecf8ecf7237fee56ac01eaf7636e9 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 18 Feb 2021 19:47:33 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FAQ.md b/FAQ.md index a9b5e7eb13..37d312a51e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -723,6 +723,9 @@ but only for signed and encrypted messages because too many email servers have p Note that the most secure way to start an encrypted email exchange is by sending signed messages first. Received Autocrypt headers will be sent to the OpenKeychain app for storage on verifying a signature or decrypting a message. +Although this shouldn't be necessary for most email clients, you can attach your public key to a message +and if you use *.key* as extension, the mime type will correctly be *application/pgp-keys*. + All key handling is delegated to the OpenKey chain app for security reasons. This also means that FairEmail does not store PGP keys. Inline encrypted PGP in received messages is supported, but inline PGP signatures and inline PGP in outgoing messages is not supported,