******************************************************************************
                             KACDO Proffesional Project
                     Copyright (c) 2002 by Kiril Antonov
******************************************************************************

KACDO Proffesional README
------------------
Contents:
 1. Description
 2. Installation
 3. Status
 4. Disclaimer of warranty

DESCRIPTTION
------------
KACDO Proffesional is a Delphi implementation of Microsoft's CDO for Windows 2000
CDO for Windows 2000 is a bigger set of functions to compose and send mail.
It will work only on 2000/XP machines.
KACDO Proffesional is a set of 3 powerfull components:
KACDO Message - Message, SMTP, NNTP, Encoding and Decoding Component
KACDO Manager - For managing IIS SMTP Folders
KACDO TreeView - For displaying and modifying structure of complex messages
Various options are:
	SaveToFile
	LoadFromFile
	SaveToStream
	LoadFromStream
	Attaching messages by URL and generating message body from URL
	Powerfull MimeList class for assosiation between file extension and MIME type
	Generating MHTML files (all html files and images embedded in one file)
	Text extraction from HTML (Very usefull option from Microsoft)  
	Various encoding types (7bit, 8Bit, Base64, Binary, MacBinHex40, QuotedPrintable, Uuencode);
	Various authenthication methods (Anonymous, Basic, NTLM)
	Build in MIME Coder class implementing Encoder and Decoder for all encoding types (MacBinHex40 - only decoder)
	Build in conversion between various language encodings:
		big5,euc-jp,euc-kr,gb2312,iso-2022-jp,iso-2022-kr,iso-8859-1,iso-8859-2,iso-8859-3,iso-8859-4,
		iso-8859-5,iso-8859-6,iso-8859-7,iso-8859-8,iso-8859-9,koi8-r,shift-jis,us-ascii,utf-7,tf-8
	Build in Attachments editor
	Full support of OnArrival event to intercept incoming/outgoing mail (trough COM server)
Sends and posts messages in design time too.
Do not afraid from the many KACDO Message component options
For basic usage just set the following properties:
	CDO01_From               
	CDO03_To                 
	CDO04_CC                 
	CDO05_BCC                
	CDO06_Subject            
	CDO07_Body
and set Activate to True
Optional properties which you must use are:
	Charset         (Default is my own Windows 1251)
	SMTPServer      (if it is not on the local host)
	SMTPServerPort  (if the server does not use standart port 25)
	NNTPServer      (if it is not on the local host)
	NNTPServerPort	(if the server does not use standart port 119)

All types, methods and properies are listed in corresponding .inc files

INSTALLATION
------------
Open KACDO.DPK and press INSTALL button
Components will reside in the Internet Tab
NOTE! You must apply all Delphi Patches before using this component!
HELP? - READ MS CDO FOR WINDOWS 2000 AT: msdn.microsoft.com

STATUS
-------
FREEWARE.
NO SOURCE. ($50 FOR SOURCE CODE)
DELPHI 6 AND CB6 ONLY (ALL VERSIONS)

DISCLAIMER OF WARRANTY
----------------------
COMPONENTS ARE SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND. THE AUTHOR
DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION,
THE WARRANTIES OF MERCHANTABILITY AND OF FITNESS FOR ANY PURPOSE. THE AUTHOR
ASSUMES NO LIABILITY FOR DAMAGES, DIRECT OR CONSEQUENTIAL, WHICH MAY RESULT
FROM THE USE OF COMPONENTS.
USE THIS COMPONENTS AT YOUR OWN RISK!

For contacts:
 my e-mail: kiril@pari.bg, kirila@abv.bg
 my site  : delphi.pari.bg