* epa.el (epa-insert-keys): Renamed from epa-list-keys-1; don't
[elisp/epg.git] / README
diff --git a/README b/README
index 570197d..87854fc 100644 (file)
--- a/README
+++ b/README
@@ -1,14 +1,13 @@
 * What's this?
 
-EasyPG is yet another GnuPG interface for Emacs.  It consists of two parts:
+EasyPG is yet another GnuPG interface for Emacs.  It consists of two
+parts:
 
 - "The EasyPG Assistant"
   A GUI frontend of GnuPG
 - "The EasyPG Library"
   A library to interact with GnuPG
 
-NOTE: EasyPG is neither a fork nor a re-implementation of PGG.
-
 * Requirements
 
 ** GNU Emacs 21.4 or XEmacs 21.4
@@ -58,3 +57,23 @@ passphrase caching in elisp is generally a bad idea.
 
 The EasyPG Library dares to disable passphrase caching. Fortunately,
 there is more secure way to cache passphrases - use gpg-agent.
+
+* MUA Integration
+
+The EasyPG Library can be used in combination with MUA (Mail User
+Agents).
+
+** SEMI based MUA
+
+SEMI is the MIME library used by Wanderlust, cmail, T-gnus, etc.
+
+There is an EasyPG capable SEMI library called EMIKO-EasyPG.  It can
+be downloaded from the same site of the EasyPG distribution point.
+
+** PGG based MUA
+
+PGG is somewhat outdated PGP library used by Gnus, MH-E, etc.
+
+There is a PGG backend using EasyPG called pgg-epg.el.  However,
+pgg-epg.el provides no more additional features than pgg-gpg.el,
+because PGG's API is restricted so that it supports old PGP 2.x/5.x.