-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
39 lines (28 loc) · 1.57 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
GpgOL
=======================
Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010,
2011 g10 Code GmbH
2013, 2015, 2016, 2017 Intevation GmbH
GpgOL is a GnuPG plugin for MS Outlook.
WARNING: This version requires the decent version of Kleopatra or GPA
for additional features and sending encrypted mail.
. Top directory with build scripts and information files.
src/ Code to build the actual core of the plugin. The resulting
DLL will be named "gpgol.dll". It is to be build using
the Mingw toolchain see INSTALL for details.
To install this plugin, install Gpg4win and replace the
installed gpgol.dll with the compiled binary.
You will need an UiServer (either GPA or Kleopatra) in a location
pointed to by the standard gpg4win registry keys. It is suggested
you install gpg4win and then replace the gpgol.dll with your
compiled binary.
If you are missing icons in the toolbar, checkout the toolbar's
customize button - you will find the new icons there.
Bug reporting: First check whether a newer version has been released -
try this first. If this does not help, check out the mailing lists
and also the bug archive at http://bugs.gnupg.org if you did not find any
information there please send a report, including all relevant version
numbers to the address given at the top of this AUTHORS file.
Known problems:
- POP3 is not supported and may leed to loops during decryption. Use
IMAP or the Excahnge server. See https://dev.gnupg.org/T7135