/*******************************************************************************
 *                                                                             *
 *  This file is part of NotesAntiSpam.                                        *
 *                                                                             *
 *  NotesAntiSpam is free software; you can redistribute it and/or modify      *
 *  it under the terms of the GNU General Public License as published by       *
 *  the Free Software Foundation; either version 2 of the License, or          *
 *  (at your option) any later version.                                        *
 *                                                                             *
 *  NotesAntiSpam is distributed in the hope that it will be useful,           *
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of             *
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              *
 *  GNU General Public License for more details.                               *
 *                                                                             *
 *  You should have received a copy of the GNU General Public License          *
 *  along with NotesAntiSpam; if not, write to the Free Software               *
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  *
 *                                                                             *
 *  Copyright (c) 2003 Thomas Kriener                                          *
 *                                                                             *
 *******************************************************************************/


=============
NotesAntiSpam
=============
Version 0.1
	Initial Release

Version 0.1.1
	NotesAntiSpam sits in Tray

Version 0.1.2
	NotesAntiSpam get's its own Password-Dialog	

Version 0.1.3
	- global rewrite of threading
	- added first config-parameters
	- if NotesAntiSpam or Notes keeps running the other
	  can use the already provided password

Version 0.1.4
	- First SourceForge-Release
	- Spam-Folder is created automatically

Version 0.2.0
	- DNS-Blacklists configurable
	- simple Whitelist (just look if string contains address, no real
	  parsing)
	- Programm exits even if search is in progress

Version 0.2.1
	- corrected Version in About-Dialog

Version 0.2.2
	- Added persistant Hash (gdbm-file) for scanned Mails to prevent
	  rescanning of already scanned mails after restart of program.
	- Change Subject to show user with which Filter Spam was found
	- Filter-Methods can be activated as wanted
	- Possibility to start/bring to front notes if ham found
	- Mailbox can be specified, if the default should not be used

Version 0.2.3
	- Notes C API changed to 5.0.7
	- SSO now works for Notes 6

Version 0.3.0
	- Manual added
        - Some more detailed Check on IP-Adresses
	- Added DSPAM (Bayesian Filter,...)
	- Moved to Visual Studio .Net 2003
	- Added Context-Menu on SysTray-Icon
	- Upgraded to Lotus-Notes C++ API Version 2.4
	- Fixed Icons in Startup->Programs->NotesAntiSpam->Doc
Version 0.3.1
	- Vacuum of Database on purge
	- Scan-Schedule can be changed


********************************************************************************

=========
NASExtPwd
=========
Version 0.1.2
	Initial Release

Version 0.1.3
	Password is stored as long as DLL is loaded

Version 0.1.4
	First SourceForge-Release
	nothing changed

Version 0.2.0
	Just some beautifying in the dialog

Version 0.2.1
	Focus is now intially on Password-Input.

Version 0.3.0
	- Moved to Visual Studio .Net 2003
