Mon Apr  9 03:38:56 PDT 2007
+ added sort alphabetically method
+ now using message UID instead of sequence numbers so it will work while a client on
+ now using $IMAP->Peek(1) so we will not mark the users messages as read while we process
+ removed the %Filtered hash to avoid accumulating a huge hash during a long or permanent run
+ added $IMAP->search(...) as the method we select messages to scan; now its up to the user
or an enhanced GUI to come up with nifty search strings; provided a reasonable default
+ changed behavior of config file reading ... key is first word, value is rest
of the line (used to be value was only the second word) ... to support the SEARCH feature
+ moved config file code to sub readConfigFile
+ removed references to MIDFile, LastMID, PrevMID
+ use strict;
+ created ImapAssassinConfig.pl as an integration tool for other apps
+ version 1.0
