TODO Sheet...
List things to do for the project here.

* Work on line wrapping at 72 chars.  Possible solution is going to be loading
  the entire text portion of the email into memory and plucking each character
  out of memory.  ONLY Possible solution here...
* FIX: make name and email be seperate variables so that
  we can use the email when we need to and the Name only in
  the To: headers.
* Add support for Mutt and Elm address books.  (Maybe even Netscape?)
* Look into S/MIME Support
* Fix up our hash functions.  
* Fix cpchar() function in utils.c and make it a bit better.
  Using MINBUF as a set size if poor design.
* Look into what is going on with AUTH PLAIN.  seems it is passing
  AUTH PLAIN to the server with no login info.  Is this right?
* Make some sample scripts and add them to the release of email so that people
  can see how to use email in bash scripts.
* Implement OpenSSL
* Reorganize Code
* Josh "Debian is for fags" Sherman suggested (out of spite for obnoxious Debian elitist that think eMail is a bad program because they didn't think of it first.) that scripts should be able to run as signature files.
