 * There are issues with processing folders one page at a time.  For example,
   when deleting stuff with SpamAssassin, it's every possible to skip some
   messages because when a message is deleted from a page, all the messages
   move up one.  Therefore, goig to the next page in the folder means that
   a message might be missed.  It would be MUCH better to get ALL the
   messages in a folder first, then go process them all at one time.

 * There are problems with the various versions of curl.  In particular,
   if the user has curl 7.10, it would be better to specify the '-k' 
   option so curl will not complain about bad certificates.  A future
   of gotmail should check and see what curl options are available and
   set them appropriately.  This should help gotmail work right out of 
   the box.

