~ubuntu-branches/ubuntu/quantal/enigmail/quantal-security

« back to all changes in this revision

Viewing changes to mailnews/extensions/enigmail/lang/sk-SK/help/messenger.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2013-09-13 16:02:15 UTC
  • mfrom: (0.12.16)
  • Revision ID: package-import@ubuntu.com-20130913160215-u3g8nmwa0pdwagwc
Tags: 2:1.5.2-0ubuntu0.12.10.1
* New upstream release v1.5.2 for Thunderbird 24

* Build enigmail using a stripped down Thunderbird 17 build system, as it's
  now quite difficult to build the way we were doing previously, with the
  latest Firefox build system
* Add debian/patches/no_libxpcom.patch - Don't link against libxpcom, as it
  doesn't exist anymore (but exists in the build system)
* Add debian/patches/use_sdk.patch - Use the SDK version of xpt.py and
  friends
* Drop debian/patches/ipc-pipe_rename.diff (not needed anymore)
* Drop debian/patches/makefile_depth.diff (not needed anymore)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
 
 
4
<html xmlns="http://www.w3.org/1999/xhtml">
 
5
<head>
 
6
  <title>Enigmail Help: Message Reading</title>
 
7
  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
 
8
  <style type="text/css">
 
9
  /*<![CDATA[*/
 
10
    dt  { font-weight: bold;  }
 
11
  /*]]>*/
 
12
  </style>
 
13
</head>
 
14
 
 
15
<body>
 
16
  <h1>Enigmail Help</h1>
 
17
 
 
18
  <h3>Using Enigmail when reading messages</h3>
 
19
 
 
20
  <dl>
 
21
    <dt>Decrypt button in main Mail window</dt>
 
22
 
 
23
    <dd>This button can be used for several purposes: decrypt, verify, or import public keys. Normally decryption/verification happens automatically, although this can be disabled through a preference. However, if this fails, usually a short error message will appear in the Enigmail status line. If you click the Decrypt button, you will be able to see a more detailed error message, including the output from the GnuPG command.</dd>
 
24
 
 
25
    <dt>Pen and Key icons in Message Header display</dt>
 
26
 
 
27
    <dd>
 
28
      The <em>Pen</em> and <em>Key</em> icons in the Message Header display indicate if the message you are reading was signed and/or encrypted and if the signature is good, i.e. the message has not been changed since it was signed. If the message has been changed, the <em>Pen</em> icon will change to a <em>Broken Pen</em> to indicate that the signature is bad. Right clicking on either the Pen or Key icons will bring up a menu with the following options:
 
29
 
 
30
      <ul>
 
31
        <li><em>OpenPGP Security info</em>: allows you to view the output status from GnuPG for the message.</li>
 
32
 
 
33
        <li><em>Copy OpenPGP Security info</em>: copies the output status from GnuPG to the clipboard; to paste into a reply message, etc.</li>
 
34
 
 
35
        <li><em>View OpenPGP Photo ID</em>: allows you to view the <em>Photo ID</em> of the person who sent the message, if they have a photo embedded in their Public Key. (<em>This option will only be enabled if a Photo ID exists in their key.)</em></li>
 
36
 
 
37
        <li><em>S/MIME Security info</em>: allows you to view the S/MIME Security Info for the message.</li>
 
38
      </ul>
 
39
 
 
40
      <p>If you do not have <em>keyserver-options auto-key-retrieve</em> set in your <tt>gpg.conf</tt> file and you read a message which is signed or encrypted, you will see a <em>Pen</em> icon in the headers display area with a <em>Question mark</em> on it, the Enigmail status line in the headers area will say <em>Part of the message signed; click pen icon for details</em> and the message in the Message Pane will show all the OpenPGP message block indicators and the signature block.</p>
 
41
 
 
42
      <p>You may also see this if you have <em>keyserver-options auto-key-retrieve</em> set in your <tt>gpg.conf</tt> file and the OpenPGP key is not available on the default keyserver.</p>
 
43
 
 
44
      <p>Clicking on the <em>Pen and Question mark</em> icon will bring up a window advising that the key is unavailable in your keyring. Clicking on OK will bring up another window with a list of keyservers from which you can select to download the sender's public key from.</p>
 
45
 
 
46
      <p>To configure the list of keyservers you wish to use, go to <strong>Enigmail -&gt; Preferences -&gt; Basic</strong> tab and enter the keyserver addresses in the <em>Keyserver(s):</em> box, separated by a comma. <em>The first keyserver in the list will be used as the default.</em></p>
 
47
    </dd>
 
48
 
 
49
    <dt>Opening encrypted attachments / importing attached OpenPGP keys</dt>
 
50
 
 
51
    <dd>Attachments named *.pgp, *.asc and *.gpg are recognized as attachments that can be handled specially by Enigmail. Right clicking on such an attachment enables two special menu items in the context menu: <em>Decrypt and Open</em> and <em>Decrypt and Save</em>. Use these two menu items if you want Enigmail to decrypt an attachment before opening or saving it. If an attachment is recognized as an OpenPGP key file, you are offered to import the keys it into your keyrings.</dd>
 
52
  </dl>
 
53
  <hr />
 
54
 
 
55
  <p>Further help is available on the <a href="http://www.enigmail.net/support/">Enigmail Help web page</a></p>
 
56
</body>
 
57
</html>