/[gpgoe]/trunk/doc/gpgoe.texi
ViewVC logotype

Annotation of /trunk/doc/gpgoe.texi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations)
Sun Jun 4 10:12:47 2006 UTC (18 years, 11 months ago) by twoaday
File MIME type: application/x-texinfo
File size: 6491 byte(s)
Prepare new release.


1 twoaday 6 \input texinfo
2    
3 twoaday 8 @setfilename GPGOE
4 twoaday 6
5     This file describes the GPGOE functions and the integration
6     in the Outlook Express mailer.
7    
8 twoaday 15 This file is free under the terms of the GNU General Public License v2.
9    
10     Copyright (C) 2006 Timo Schulz
11    
12     @settitle GPGOE - the GnuPG plug-in for Outlook Express
13    
14 twoaday 6 @section Requirements for GPGOE
15    
16     First you need to have a working GnuPG installtion on the machine you
17     plan to install GPGOE. If you don't have GPG in your machine, please
18     visit http://www.gnupg.org and download the latest GPG version there.
19     It comes with a graphical installer so there is no need to do this
20     step manually.
21    
22     You need at least Windows 2000/XP and at least Outlook Express 6.0
23     or higher. The plug-in will not work with earlier versions of Express.
24    
25    
26     @section Installation of the Plug-in
27    
28     It is always recommend to use the latest version of the plug-in. You
29     can download it from http://wald.intevation.org/projects/gpgoe.
30     Download the zip file with the binaries inside and unpack them in
31     a folder. All files need to be in the same folder, so if you change
32     the folder don't forget to move all files.
33    
34     To activate the plug-in you need to start gpgoeinit.exe. You should
35     now see a little (lock) icon in the taskbar which indicates that the
36     plug-in is running. If you want to quit the program, double click on
37     the (lock) icon and confirm the unload.
38    
39     Now the plug-in is active.
40    
41     @section Integration into Outlook Express
42    
43     You have to enable the "Encrypt" and "Sign" items in the
44     toolbar, in the "New Message" dialog to allow GPGOE to
45     encrypt and/or sign the message.
46    
47     There are no new icons for the plug-in and this means you
48     can either use S/MIME or OpenPGP but never at the same time.
49     If you want to use S/MIME again, just unload the plugin (quit
50     gpgoeinit.exe).
51    
52 twoaday 17 @strong{It is very important to close Outlook Express before you
53     unload the plug-in}
54    
55 twoaday 6 @section How to use the plug-in
56    
57     @subsection Encrypt a message
58    
59     To encrypt a mail, you need to check the "Encrypt" toolbar button.
60     If you click the "Send" button the plug-in will try to map each email
61     address to a user-ID of an existing OpenPGP key. If no unresolved
62     recipients were found, the mail is encrypted and stored in the outbox
63     folder. If one or more recipients couldn't be mapped to a key, the
64     recipient dialog is shown to manually select the recipients.
65    
66     @subsection Sign a message
67    
68     To sign a message, you need to check the "Sign" toolbar button.
69     If you click the "Send" button, GPG will figure out the default
70     signing key and the plug-in openes a passphrase dialog to enter
71     your passphrase for this key. If you entered it and the passphrase
72     was correct, the plugin will sign the message and store it in
73     the outbox.
74    
75 twoaday 15 @subsection Sign and Encrypt a message
76     To sign and encrypt a message, you have to check both toolbar
77     buttons ("Sign" and "Encrypt"). The procedure is the same as
78     in encrypt-only when one or more email addresses couldn't be
79     mapped. Then the default key is used to sign the plaintext
80     before it is encrypted with the selected recipients.
81    
82 twoaday 6 @subsection Decrypt and/or verify a message
83     If you received an OpenPGP message, you can just double-click
84     the message to open it. The plug-in will figure out if it is
85     encrypted or signed and will start the correct procedures. For
86     decryption you need to enter your passphrase, otherwise the
87     verify dialog is shown which contains information about the
88     signature status.
89     You can also use the "Next" and "Previous" toolbar buttons to
90     jump to the next message or to go back to the previous. The plug-in
91     will figure out the message status and will take the needed steps.
92     If the message is neither signed nor encrypted, no action is performed.
93    
94 twoaday 15 @subsection Reply to an encrypted message
95     Newer versions of the plug-in provide a feature to decrypt the
96     message before the text is used in the reply mail. As a result,
97     the reply message will contain the plain text instead of the encrypted
98     GPG armored message.
99     This feature is automatically used whenever the user clicks on "Reply"
100     or "Reply All" in the Outlook main window. But only in the case, the
101     mail is actually encrypted. Optionally the plug-in will ask for a
102     key passphrase.
103    
104 twoaday 6 @section Additional information and limitations of the GPGOE plug-in
105    
106     @itemize @bullet
107    
108     @item
109 twoaday 15 If you manually installed GPG and GPGoe, please make sure that
110     you installed GPG at a standard place or create at least the gpgBinary
111     registry entry. This is not needed if you use an automatic installer
112 twoaday 19 like GPG4WIN.
113 twoaday 15
114     @item
115 twoaday 7 Due to the fact the plug-in uses the clipboard for data transfer,
116     the clipboard itself can be only of limited use to copy/paste messages
117 twoaday 15 into the mailer window or elsewhere. Newer versions of the plug-in
118     save the original clipboard text before encryption/signing and the
119 twoaday 19 text is restored after the GPG operation ends.
120 twoaday 7
121     @item
122 twoaday 6 The current version of the plug-in will NOT encrypt any attachments
123     which are attached to the message. You either need to encrypt them
124     before or send them in cleartext. For the file encryption it is
125     recommend to use GPGee or WinPT.
126    
127     The same needs to be done when an encrypted mail with encrypted
128     attachments is in the inbox folder. You need GPGee or WinPT to
129     decrypt the saved file.
130    
131     @item
132     Even so the plug-in supports native line endings, which means you
133 twoaday 12 can properly exchange mails with Linux or Apple users, it is likely
134 twoaday 15 that there are problems with the charset. Newer versions of the
135     plug-in try to handle UTF8 encoding correctly but even so it cannot
136     be 100% assured that the receiver can handle the text in all cases.
137 twoaday 6
138     @item
139     If you want to import keys or attach keys to a mail, you have to
140     use an external key manager. WinPT is recommend in this case. It
141     contains features to send public keys to mail recipients and also
142     to export keys via the clipboard so you can easily paste the key
143 twoaday 12 into the text body of the message. The current version of the
144     plug-in automatically uses WinPT for key import if the program
145     is available and running.
146 twoaday 6
147     @item
148     Currently signing can be only done with the default signing key.
149     If you want to change the default signing key, you can use WinPT
150     to select a different key and then GPGOE will use this one.
151    
152     @item
153     GPGOE is NOT able to handle PGP/MIME (RFC3156) style messages.
154     This means if you get such a message, the plug-in will not be
155     able to automatically decrypt it.
156     And due to the fact that the decrypted "attachment" will still
157     contain a lot of control and coding information, you cannot simply
158     decrypt it with WinPT/GPGee and use the output.
159    
160     @end itemize
161    
162     @bye

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26