Some Notes of the Herbrip program
=================================

File: NOTES
By: Philip Hunt
Altered: 19-Jul-2001


Internal files for testing
==========================

inMail = an incoming email (before processing by Herbrip)
inMail_p = processed version of inMail

outMail = an outgoing email (before processing by Herbrip)
outMail_p = processed version of outMail

- - - - - - - - - -

Some notes on files and formats
===============================
In .herbivore:

.herbivore/README: human-readable comments

.herbivore/public_keys
   List of incoming public keys from incoming email
   Each record consists of key and email address (later
   will add time received and other info)
   
.herbivore/secret_keys
   Public/private keypairs. To start will contain my
   pub/priv keypair. later, herbrip/herbivore will add timestamp
   and expiry date info and the ability to change and keys.
   
   Stored as a pickled python dictionary. d-keys are:
     'public', 'private'  (& more later)



;end.
