diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-04 21:38:54 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:43 +0800 |
commit | b77802eb8a19ab035fe00b60bf3a025eaa67e3e0 (patch) | |
tree | 6e68eaeb3018c8f66ba8d0da9e9acf413ef4b1af /help/C/mail-encryption-gpg-decrypting.page | |
parent | eb79ee913685794a77a7bbeb24eb73028f183813 (diff) | |
download | gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.gz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.bz2 gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.lz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.xz gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.tar.zst gsoc2013-evolution-b77802eb8a19ab035fe00b60bf3a025eaa67e3e0.zip |
Put new user documentation in place
Diffstat (limited to 'help/C/mail-encryption-gpg-decrypting.page')
-rw-r--r-- | help/C/mail-encryption-gpg-decrypting.page | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/help/C/mail-encryption-gpg-decrypting.page b/help/C/mail-encryption-gpg-decrypting.page new file mode 100644 index 0000000000..f5649e6be7 --- /dev/null +++ b/help/C/mail-encryption-gpg-decrypting.page @@ -0,0 +1,36 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="topic" id="mail-encryption-gpg-decrypting"> + + <info> + <desc>Decrypting and checking the signature of received GPG messages.</desc> + + <link type="guide" xref="mail-encryption#gpg"/> + + <revision pkgversion="2.32.1" version="0.1" date="2011-01-05" status="final"/> + <credit type="author"> + <name>Andre Klapper</name> + <email>ak-47@gmx.net</email> + </credit> + <credit type="author"> + <name>Novell, Inc</name> <!-- Content partially from http://library.gnome.org/users/evolution/2.32/encryption.html.en#unencrypting --> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + + </info> + + <title>Receiving messages encrypted or signed via GPG</title> + +<section id="decryption"> +<title>Decrypting a received message</title> +<p>If you receive an encrypted message, you need to decrypt it before you can read it.</p> +<p>When you view the message, Evolution prompts you for your PGP password. Enter it, and the unencrypted message is displayed.</p> +<note style="tip"><p>Senders must have your GPG public key before they can send you an encrypted message.</p></note> +</section> + +<section id="signature"> +<title>Checking the signature of a received message</title> +<p>To check the sender's signature of a received message, scroll down to the bottom of the message and click the logo. Evolution will display <gui>Security Information</gui> for the message.</p> +</section> +</page> |