* epa.el (epa-insert-keys): Renamed from epa-list-keys-1; don't
[elisp/epg.git] / README
diff --git a/README b/README
index 3ffa59c..87854fc 100644 (file)
--- a/README
+++ b/README
@@ -57,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.