Recent News

RSS: Clever Internet ActiveX Suite

http://www.clevercomponents.com/rss/news.xml

Publisher: CleverComponents

Recent News

Recent news items from Clever Components
Database Comparer VCL 8.1 Released
Sun, 21 Jan 2024 14:38:00 -0500

 
The new version introduces the UniDAC and IBObject connections. We have added more support for the Firebird server, including Grant/Revoke privileges, and improved the design-time behavior.
 
Database Comparer VCL now supports RAD Studio 12 Athens!
 
Also, we have fixed some existing problems with the Table Data Comparer, DB Comparer, and the FireDAC Connection components, including analyzing the Firebird CTE syntax.
 
See the complete change list on the product webpage:
 
 
 
Join us on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com

Clever Internet Suite 11.0 Released
Fri, 19 Jan 2024 13:24:00 -0500

 
This new version introduces DNS over TCP, TLS 1.3 when running on Windows 11, JSON parser improvements, POP3 OAUTH, and includes a lot of new features, optimizations, and bugfixes.
 
Clever Internet Suite completely supports RAD Studio 12 Athens and Visual Studio 2022.
 
BTW: we are providing a special time-limited discount to buy a new or upgrade the existing license.
 
See the complete change list on the product webpage:
 
 
 
Join us on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com

SFTP Client with Host-key Repository
Tue, 26 Apr 2022 11:30:00 -0400

Hi, please try this Delphi example to implement a simple host key repository that keeps all known and verified by user SFTP host-keys and automatically accepts connections to these hosts.
 
The SFTP Component provides all necessary remote host information through the OnVerifyServer event: host name, key type, finger-print, and host-key bytes. You can save this information, e.g. as a string to the TStringList object in your program. This allows you to easily save the string list content to the disk, and load the list next time you run the app.
 
The sources are available on GitHub
 
Keep updated on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com

How to Override Default POP3 Server Command Handlers
Mon, 18 Apr 2022 16:45:00 -0400

Good day, please check out this Delphi tutorial that utilizes the Clever POP3 Server component together with the POP3 File Handler component to deliver Emails to clients from your own application.div>
 
The program shows how to override the default POP3 command handlers and implement your own ones. Please check out the STAT and the LIST overrides. Comments within the source code will help you to understand how the code works.
 
The sources are available on GitHub
 
Keep updated on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com

Send Photo using Telegram API
Fri, 15 Apr 2022 07:02:00 -0400

Do you know how to send a photo to a Telegram channel in Delphi?
 
Please take a look at this program that utilizes the Clever HTTP and HttpRequest components to submit an image to a Telegram channel using Telegram Bot API.
 
The sources are available on GitHub
 
 
Keep updated on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com

Clever Internet Suite 10.2 Released
Tue, 12 Apr 2022 13:39:00 -0400

 
This new version of our Internet components improves the SFTP connection speed, adds more data protection options to the SOAP component, updates the DNS Query component, and includes a lot of new features, optimizations, and bugfixes.
 
Clever Internet Suite completely supports RAD Studio 11.1 Alexandria and Visual Studio 2022.
 
BTW: we are providing a special time-limited discount to buy a new or upgrade the existing license.
 
See the complete change list on the product webpage:
 
 
 
Join us on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com

How to Recompose Received MailMessage with Attachments
Mon, 11 Apr 2022 05:45:00 -0400

Hi, please take a look on this Delphi tutorial that utilizes the Clever Mail Message and S/MIME Message components to parse / compose E-mail messages in MIME format, with file or image attachments.
 
The Clever Mail Message component doesn't store attachmets in memory, and the given program shows you how to deal with them.
 
The sources are available on GitHub
 
Keep updated on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com

Silent Socket Receiver in Delphi
Wed, 26 Jan 2022 06:42:00 -0500

Good day, please check out a new Delphi tutorial that starts listening to an incoming connection, accepts the connection, receives all data over the established connection, and sends no data back to the client.
 
The program uses the TcpServerConnection socket class from the Clever Internet Suite library to start listening on the specified local port and receive TCP packets over the Network.
 
The sources are available on GitHub
 
Join us on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com

Database Comparer in Delphi (UniDAC)
Wed, 22 Dec 2021 09:21:00 -0500

The Database Comparer in Delphi (UniDAC) example was published on GitHub.
 
This Delphi project connects to an IB database via the UniDAC library, compares, synchronizes, and updates the database structure and table data.
 
The project represents a mostly simple demos and by no means, a complete application. It's intended to demonstrate how to use the DB Comparer component in your Delphi application. Additionally, the program uses the Table Data Comparer component to synchronize table records between two different databases.
 
 
 
Join us on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com

Database Comparer VCL 8.0 Released
Mon, 20 Dec 2021 10:07:00 -0500

 
The new version introduces the UniDAC and IBObject connections. We have added more support for the Firebird server, including Grant/Revoke privileges, and improved the design-time behavior.
 
Database Comparer VCL now supports RAD Studio 11 Alexandria!
 
Also, we have fixed some existing problems with the Table Data Comparer, DB Comparer, and the FireDAC Connection components, including analyzing the Firebird CTE syntax.
 
See the complete change list on the product webpage:
 
 
 
Join us on   Facebook   YouTube   Twitter   Telegram   Newsletter
 
 
Kind regards
Clever Components team
www.CleverComponents.com