Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Online Demo  | Download  | Order  | History 
 

Clever Internet ActiveX Suite History

Version 6.2.145.19 (3 September 2007)

Implemented Features:

  • FtpServer - all component events which are available in VCL edition of the library have been added.
  • MailMessage - new OnSaveAttachment event has been added.

Fixed Bugs:

  • POP3 Client - the OnProgress event was not raised in small-size emails - fixed.
  • FTP client - the month part of directory listing information was parsed incorrectly - fixed.
  • MailMessage - inline attachments with "unknown" content type were parsed incorrectly - fixed.
  • MailMessage - some fixes in BuildMessage routine.
  • MailMessage - the Message ID value was generated incorrectly. This caused email blocking problems - fixed.
  • MailMessage - the MessageID is not substituted for new messages, this causes problems with receiving such messages with HotMail client - fixed.

Version 6.2.145.0 (3 October 2006)

Implemented Features:

  • HTTP Client - NTLM and Negotiate authentication was implemented.
  • NTLM Authentication for all mail server components was added: POP3 Server, SMTP Server, IMAP Server.
  • NTLM Authentication for all mail clients was added: POP3, SMTP, IMAP. When the UseSPA option enabled, these components automatically determine and use the most secured authentication method.
  • POP3 Client and POP3 Server - CRAM-MD5 authentication was added.
  • HTTP Client - stop request feature was improved. Updated HTTP Client allows you to stop the web request at any moment including sending and receiving data as well as querying DNS information about IP address.
  • IMAP Server improvements: Body Structure command, Regular expressions for mailbox listing commands.

Fixed Bugs:

  • Http Client - the OnReceiveProgress event did not work on small-size resources - fixed.
  • WebDAV Client - the ListDir command did not work on Apache WebDAV server - fixed.
  • IMAP Server: the Recent flag for new messages was assigned incorrectly - fixed.
  • IMAP Server: memory leaks in IMAP File Handler component - fixed.

Version 6.1.140.0 (20 July 2006)

Implemented Features:

  • A new WebDAV component was added.
  • Http - The OnProgress event was replaced with both OnSendProgress and OnReceiveProgress events.
  • Http - a new overloaded Put method was added. This new method allows obtain the response body after uploading data to the server.
  • HttpMail - The Response property was added.
  • TcpClient - The following properties were added: Connection.IP, Connection. Port.
  • Ftp - IBM AS400 FTP Directory Listing format was implemented.
  • Imap4Server - BODYSTRUCTURE support was added.
  • MailMessage - the ability to determine the attachment size before saving it to the disk. See both EncodedSize and EncodedLines MessageBody properties.

Fixed Bugs:

  • MultiDownloader - The ResourceInfo is cleared when specifying a new file name to replace within the OnFileExists event handler - fixed.
  • Http, Ftp, Smtp, Pop3, Imap4 - The OnGetCertificate event worked incorrectly - fixed.
  • Imap4 - The OnProgress event worked only with appending messages to mailbox - fixed.
  • The collection enumerators worked incorrectly in VB 6.0 - fixed.

Version 6.0.138.11 (14 February 2006)

Implemented Features:

  • The SOAP Attachments support was added.
  • Now the SMIME component supports multiple certificates for the message encrypting functionality.
  • The working with MIME encoding was improved. Now it is possible to specify default encoding and char-set for newly created message bodies.
  • The following new components were added: DNS Query, SMTP Relay, SMTP Server, SMTP File Handler, POP3 Server, POP3 File Handler, IMAP Server, IMAP File Handler, NNTP Server, FTP File Handler, HTTP Client and HTTP Mail Client.
  • Complete Client / Server solutions with full SSL / TLS support for FTP, SMTP, POP3, NNTP and IMAP4 protocols.
  • TLS / SSL support for all protocol components.
  • The ability to verify the server credential and certificates.
  • FTP, SMTP, POP3, IMAP, NNTP clients - three new TLS modes - implicit, explicit and automatic. STARTTLS command support.
  • POP3, SMTP clients - working with GMAIL service.
  • Fully functional HTTP / HTTPS client.
  • FTP FXP (Site to Site) transfer mode.
  • FTP Server - custom events for all operations with files and directories on the server, the possibility to customize all file-related operations including compressing and uncompressing functionality.
  • Throttling - speed limit feature for all TCP clients and servers.
  • Events for implementing the mail sending / receiving progress with the ability to interrupt the process.
  • CertManager - creating self-signed certificates.
  • CertManager - working with any type of certificate store including current user stores, local machine stores, file stores, registry stores and so on.
  • WebUpdate - the ability to use the user / password values from the WebUpdate component for each update item.
  • WebUpdate - the handling of relative URL paths for update items.
  • WebUpdate - the OnError event was improved.
  • MultiDownloader, Downloader - new OnFileExists event implemented.
  • MailMessage - new CharsPerLine property was added.
  • FTP Server - "list -al" command support was included.
  • IMAP Client - the FETCH command was improved. Now this command uses the BODY[] parameter instead of RFC822 and does not change implicitly the message /Seen flag in the same way as MS Outlook does.
  • SOAP - the ability to obtain the SOAP message certificates.
  • SSPI - Working with certificates was improved.
  • The whole socket engine was re-designed. The data transferring speed was dramatically improved.
  • A set of new demo programs was included in to the Clever Internet ActiveX Suite installation and also available for downloading separately.

Fixed Bugs:

  • IMAP Server - mailbox names with spaces were parsed incorrectly - fixed.
  • FTP Client - the file uploading works too slowly - improved.
  • SMTP Client - the message lines are sent twice when the specified line longer than BatchSize - fixed.
  • MailMessage - the MessageID is not substituted for new messages, this causes problems with receiving such messages with HotMail client - fixed.
  • MailMessage - creating attachments with 'audio' and 'video' content-type.
  • MailMessage - the time part of the Date field is extracted incorrectly - fixed.
  • MailMessage, HttpRequest - ExtraFields - the duplicated fields are parsed incorrectly - fixed.
  • MailMessage, HttpRequest - UTF-8 encoding works incorrectly with wide strings - fixed.
  • HttpRequest - canonicalization for escape-symbols works incorrectly - fixed.
  • Encoder - the Quoted Printable encoding works incorrectly with spaces when encoding / decoding email header fields - fixed.

Version 5.0.131.15 (18 March 2005)

Implemented Features:

  • clHtmlParser control - parsing of the HTML tables including rows and cells was added.
  • clHtmlParser control - the LinkText property was added for <A> tags.
  • The Grab Web Site functionality was improved - frame downloading, new grabbing options.
  • clMailMessage control - working with apple-double message format, parsing special mail messages functionality was added.
  • The Port property was implemented in both the clDownloader and clUploader controls.
  • Working with Internet Explorer cache was implemented.

Fixed Bugs:

  • The DeleteRemoteFile method did not work with password-protected resources - fixed.
  • clMailMessage control - attachments with empty Content-Disposition field have empty FileName property - fixed.
  • clMailMessage control - the Encoding field was not filled automatically for text bodies when combining the mail message with BuildMessage functions - fixed.
  • clHttpRequest control - the Boundary value was incorrect when sending multipart HTTP requests - fixed.
  • clFTP control - the FileExists function did not work on some FTP servers - fixed.

Version 5.0.122.0 (18 February 2005)

Implemented Features:

  • Fully functional FTP Client and FTP Server with multithreading support.
  • SOAP component with digital signature (DSIG) support.
  • S/MIME message encryption functionality.
  • IMAP4 protocol support.
  • Working with News Groups (NNTP).
  • Component for Internet Update functionality.
  • Working with Proxy has been improved.
  • The following new ActiveX controls have been added: WebUpdate, IMAP4, NNTP, FTP, FtpServer, HttpRequest, SMimeMessage, SoapMessage, HtmlParser, Encoder, GZip and CertificateStore.
  • Demo programs in Visual Basic, Visual C++ and JavaScript.
  • The whole Clever Internet Suite classes have been re-designed. Some ActiveX controls members have been renamed and moved to the different place.

Fixed Bugs:

  • The Downloader / Uploader components worked incorrectly with ISA Proxy server - fixed.
  • The SMTP component did not work with MS SMTP Service, the MailFrom property was filled with the full user email instead of the email part only - fixed.

Version 3.4.0.103 (22 February 2004)

Implemented Features:

  • Working in multithreaded environment has been improved. From now the suite components can operate inside services and can be created and synchronized inside threads different from main application thread.
  • Working with web browsers (Microsoft Internet Explorer) has been improved. You can open more than one browser window and use the suite components without threads interfering with each other.
  • New ASP Demo resource has been added to the suite description section.
    Clever Internet ActiveX Suite ASP Demos

Fixed Bugs:

  • Mail message Date field was not parsed correctly when its value contaied more than one space one after another - fixed.
  • Mail message headers were not parsed correctly when their values were not double quoted - fixed.
  • Both SafeForScripting and SafeForInintializing component categories support has been implemented.
  • The untrusted caller interface safety option has been enabled.

Version 3.4.0.97 (3 February 2004)

Implemented Features:

Clever Internet ActiveX Suite Version 3.4 release

Version 2.5.0.33 (9 September 2002)

Implemented Features:

Clever Internet ActiveX Suite Version 2.5 Release

  • 100% ATL ActiveX control was designed. From now you can place it on the form and adjust any of it properties during design time.
  • Wininet asynchronous mode. Working with threads was improved. To get more details about asynchronous callations of the wininet functions see the MSDN Library and Microsoft online-resource - MSDN

Fixed Bugs:

  • The parsing of Port URL parameter has been implemented.
  • Fixing problem within incorrect data while calling the OnDataItemProceed or OnDataProceed events (CurrentData and Data parameters accordingly).

Version 2.0.0.14 (27 May 2002)

Implemented Features:

The Clever Internet ActiveX Suite is released

  • Downloading by the HTTP and FTP protocols.
  • Connecting through the HTTPS protocol.
  • In-sync mode.
  • Creating a list of resources to download.
  • Setting the UserName and Password to log on to the server.
  • Obtaining information about the downloaded resource.

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007