Initial Commit
[packages] / xemacs-packages / mailcrypt / ANNOUNCE
1   Mailcrypt 3.5.8 is Available for Download
2
3
4   1.  Introduction
5
6   Mailcrypt is an Emacs Lisp package which provides a simple interface
7   to message encryption with PGP (you do use Emacs to handle your mail
8   and news, right?).  The current version of Mailcrypt handles PGP 2.6.x,
9   PGP 5.x, and GnuPG 1.x .
10
11
12   2.  Features
13
14   2.1. New in this Release
15
16   This is mainly a bugfix release. Anonymous remailer support was updated to
17   match modern remailers, and the GPG passphrase code was changed to cache
18   by keyid instead of name, which will help folks who use multiple keys with
19   the same name but different passphrases.
20
21
22   2.2.  Stable Features for PGP 5.0 and GnuPG
23
24   Support for GnuPG.  Key fetching/snarfing functionality for PGP 5.0.
25   Messages from PGP 5.0 operations now resemble more closely the
26   messages generated for version 2.6.  Encryption works correctly,
27   even when the secret keyring is not available (a requested feature
28   for paranoid types ;-).  Mixmaster and Cypherpunk remailers can be
29   used in PGP 5.0 mode, if the user has an RSA key. Further updated
30   documentation for support under various mail packages.
31
32
33   2.3.  Features for PGP 2.6.x (stable)
34
35   Encryption, decryption, signing, adding keys, extracting keys,
36   passphrase caching with timeout, multiple secret key (identity)
37   support, a simple but flexible interface to Cypherpunk remailers
38   (including chaining, response blocks, pseudonyms, and Mixmaster
39   support), and an automatic keyserver interface via HTTP.
40
41
42   2.4.  Still To Do
43
44   o  Fix signing of foreign-language emails under GNUS/Mule. Currently,
45      foreign characters are preceded by a '\207' byte, which is
46      present at signing, but stripped when messages are sent.
47
48   o  Get Mailcrypt to work with PGP 5.0 on NT.
49
50   o  Test Mailcrypt against PGP 6.5.
51
52   o  Refine Mailcrypt schemes so that alternate backends, like Crypt++,
53      can be used.
54
55   o  Expand self-test framework.
56
57
58   3.  Downloading Mailcrypt
59
60   The Official Mailcrypt version 3.5.8 can be downloaded at:
61
62   <http://mailcrypt.sourceforge.net>
63
64   Since receiving the blessing of the original authors, this is now
65   the official Mailcrypt site.
66
67   Of course, Mailcrypt 3.4 can still be downloaded at the (just as
68   official) Mailcrypt sites: 
69
70   <http://cag-www.lcs.mit.edu/mailcrypt/>
71   and
72   <ftp://cag.lcs.mit.edu/pub/patl/>
73
74   Share and Enjoy!
75         - Brian Warner <warner-mailcrypt@lothar.com>
76         - Len Budney <lbudney@pobox.com>