These features I hope to add to PgpEudra:

To sign a plaintext file with your secret key:
     pgp -s textfile [-u your_userid]

To sign a plaintext file with your secret key, and then encrypt it
with the recipient's public key:
     pgp -es textfile her_userid [-u your_userid]

To decrypt a message and leave the signature on it intact:
     pgp -d ciphertextfile

To specify that a plaintext file contains ASCII text, not binary, and
should be converted to recipient's local text line conventions, add
the -t (text) option to other options:
     pgp -seat message.txt her_userid

To view the decrypted plaintext output on your screen (like the
Unix-style "more" command), without writing it to a file, use
the -m (more) option while decrypting:
     pgp -m ciphertextfile

To specify that the recipient's decrypted plaintext will be shown
ONLY on her screen and cannot be saved to disk, add the -m option:
     pgp -steam message.txt her_userid

These options will be implemented as so-called checkbuttons, that you
can turn on or off. The "encrypt"-dialogbox will get these buttons:

[x] encrypt (-e)
[ ] sign (-s)
[ ] clearsign (clearsig=on)
[ ] -t  ASCII/Other textline (Carriage Return/Linefeed) conventions
[ ] -m  Only show on recipient's screen

The "Decode"-dialogbox will get these buttons:
[ ] -d  Decrypt the message and leave signature on it intact
[ ] -m  Only view decrypted text on screen.

Of course PgpEudra will set the checkboxes to the value they probably
should have. In most cases you just have to click the [OK] button.

I think, this will make PgpEudra complete. Other special purpose
features don't have anything to do with mail, so they should not be
in an Eudora extension. Note, that you can specify most encryption
options in the recipientname's editbox before the name.

If there's more, that should be added, please mail me at:

         pgpeudra@comerwell.xs4all.nl

Please don't mail about the Win32-version, that will once be made,
but not yet. I do already get enough mail about that.

Hans