โโHello, we have updated our GitHub repository https://github.com/CleverComponents/Clever-Internet-Suite-Examples and added a new SmtpClientProxy example that shows how to send mail via an HTTP Connect proxy.
https://github.com/CleverComponents/Clever-Internet-Suite-Examples/tree/master/CS/SmtpClientProxy
https://github.com/CleverComponents/Clever-Internet-Suite-Examples/tree/master/CS/SmtpClientProxy
โโDon't miss a chance to buy our Internet and Database components for Delphi and VS .NET at 20% discount. The components cover all aspects of development in Network communication, such as IMAP, REST, SFTP; database synchronization tasks for MS SQL, Firebird, MySQL, and many more. You can download a trial version of the components and evaluate it before making your decision. There are different demos and examples to try. BTW: the offer expires in three days. Hurry!
https://www.clevercomponents.com/
https://www.clevercomponents.com/
Write your own HTTPS Server in Delphi - this new article introduces a fully functional multithreaded HTTP server component for Delphi with SSL/TLS support. The provided example allows you to run a simple static website and access it using a web browser via HTTP or HTTPS protocols.
https://www.clevercomponents.com/articles/article050/
https://www.clevercomponents.com/articles/article050/
Clevercomponents
Write your own HTTPS Server in Delphi
The article provides a fully functional multithreaded HTTPS server component for Delphi with SSL/TLS support. The provided example runs a simple static website with both HTTP and HTTPS bindings.
โโHi, please check out a new example for the TableDataComparer component. The example shows how to compare and syncrhonize two Firebird DB tables using a user-defined SQL script to select records. The connection is implemented via the FireDAC library.
https://www.clevercomponents.com/portal/news/68/a-new-example-for-the-tabledatacomparer-component-was-added_.aspx
https://www.clevercomponents.com/portal/news/68/a-new-example-for-the-tabledatacomparer-component-was-added_.aspx
โโHi, we have published a new GitHub repository for our Clever Internet Suite's tutorials. There are lots of examples and code snippets, in Delphi, C++Builder, and other languages. Take a look at this free repository.
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials
โโPlease check out a new article, which describes how to write an Email server in Delphi with POP3, SMTP, and IMAP support. The article represents a fully functional multithreaded multi connection Email server, which works asynchronously in a thread pool, accepts the POP3, IMAP, and SMTP connections, delivers E-mails via the SMTP protocol, and relays outgoing E-mails to end-recipients across the Web. The SSL/TLS encryption is available, as well.
https://www.clevercomponents.com/articles/article051/
https://www.clevercomponents.com/articles/article051/
โโBlack Friday and Cyber Monday Deals.
Buy Clever Components products at -20% discount! Don't forget, the offer will expire on December, 3.
START SHOPPING
https://www.clevercomponents.com/order/
Buy Clever Components products at -20% discount! Don't forget, the offer will expire on December, 3.
START SHOPPING
https://www.clevercomponents.com/order/
โโGive a try our new tutorial for the Clever Internet Suite components. The provided example shows how to build and parse a JSON String with Objects. The sources are available on GitHub.
https://www.clevercomponents.com/portal/kb/a133/how-to-build-and-parse-a-json-string-with-objects.aspx
https://www.clevercomponents.com/portal/kb/a133/how-to-build-and-parse-a-json-string-with-objects.aspx
โโDo you need to send a Ping request in your c# .NET app? Give a try our new tutorial, which is available on GitHub. The provided example represents a simple ICMP client with Ping functionality.
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/.net/PingClient
https://github.com/CleverComponents/Clever-Internet-Suite-Tutorials/tree/master/.net/PingClient
Please check out a new tutorial, which shows how to send a JSON request to a REST Service and receive a response in Delphi objects and properties. The provided example makes a JSON request, which includes objects and object properties, sends this request, and receives a response.
The parser supports JSON objects, arrays, name/value pairs, and other data types.
The sources are available on GitHub.
https://www.clevercomponents.com/portal/kb/a135/how-to-write-a-rest-client-with-json-in-delphi.aspx
The parser supports JSON objects, arrays, name/value pairs, and other data types.
The sources are available on GitHub.
https://www.clevercomponents.com/portal/kb/a135/how-to-write-a-rest-client-with-json-in-delphi.aspx
โโChanges to Clever Components licensing. Now, the Clever Components licenses are sold as subscriptions. A subscription lasts for a 12 month period, and you can automatically renew it for an additional 12 months. You will not have to bother about your free upgrade period expiration and upgrading your software.
See more info:
https://www.clevercomponents.com/order/
See more info:
https://www.clevercomponents.com/order/
โโMerry Christmas and Happy 2020!
Celebrate the New Year with 20% discount on all our products. The offer ends on 10th of January.
Visit our Online Catalogue:
https://www.clevercomponents.com/order/
Celebrate the New Year with 20% discount on all our products. The offer ends on 10th of January.
Visit our Online Catalogue:
https://www.clevercomponents.com/order/
Please take a look at our new video, which describes how to connect to an SFTP host, authorize via user/pass or public/key algorithms, download/upload files, and browse SFTP directories https://youtu.be/ruX3yfh23xg
๐ฃ Watch more videos in our new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
๐ฃ Watch more videos in our new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
YouTube
SFTP Client with User and Public Key Authorization
This example connects to an SFTP host via the Secure Shell protocol (SSH), authorizes with the user/password or the Public Key algorithms, lists, downloads, ...
Please check out our new YouTube video, which describes how to connect to the Office365.com host via the SMTP protocol, compose, and send Email messages using an Office365 account in .NET.
https://youtu.be/Pep_LR0gARI
๐ Watch more videos in our new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
https://youtu.be/Pep_LR0gARI
๐ Watch more videos in our new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
YouTube
Send SMTP email with Office365 account
This example connects to the smtp.office365.com host via the SMTP protocol, authorizes using the STARTTLS command, composes a new message, and sends it. Down...
Hello, please take a look at our new video, which demonstrates how to set up the Clever Internet Suite SMTP component and send mail through an HTTP Connect proxy. In contrast to, e.g., FTP, the SMTP protocol doesn't natively support proxy. But it's still possible to connect to a mail service via an HTTPS tunnel and send messages even when you behind a firewall.
Just watch the video and ๐ if you like it!
https://youtu.be/jEUUiy6pM30
Just watch the video and ๐ if you like it!
https://youtu.be/jEUUiy6pM30
YouTube
Smtp Client over Proxy
This example demonstrates how to send email through an HTTP Connect proxy.
Please check out our first video for Database Comparer VCL.
๐ This tutorial describes how to connect to a Firebird database using the FireDAC library, extract the whole database structure, and generate a DB creation SQL script in your Delphi app.
https://youtu.be/Xew0LQ9vmyo
๐ This tutorial describes how to connect to a Firebird database using the FireDAC library, extract the whole database structure, and generate a DB creation SQL script in your Delphi app.
https://youtu.be/Xew0LQ9vmyo
YouTube
Extract DB structure, Firebird+FireDAC
This example shows how to extract a FireBird database structure via the FireDAC library. Download sources on GitHub: https://github.com/CleverComponents/Data...
More videos and tutorials for the Database Comparer VCL product.
โ๏ธ How to extract DB structure from MS SQL or Firbird DBs? How to compare and synchronize two Firebird databases?
๐ Please watch our Youtube channel, read tutorials in our Knowledge Base, and download sources on GitHub.
https://youtu.be/OorP54wyNcA
โ๏ธ How to extract DB structure from MS SQL or Firbird DBs? How to compare and synchronize two Firebird databases?
๐ Please watch our Youtube channel, read tutorials in our Knowledge Base, and download sources on GitHub.
https://youtu.be/OorP54wyNcA
YouTube
Synchronize Firebird DB structures via FireDAC
This example shows how to synchronize a FireBird database structure via the FireDAC library. Download Source Code: https://github.com/CleverComponents/Databa...
โโHappy Delphi 25th โค๏ธ For this wonderful celebration, we give you a gift - 25% off on all our products! The offer ends on 29th of February.
Get your gift ๐
https://www.clevercomponents.com/order/
Get your gift ๐
https://www.clevercomponents.com/order/
Hello, yet another interesting video about synchronizing MS SQL database structures in Delphi.
The tutorial utilizes the Database Comparer VCL library and ADO connections to extract DB metadata, compare, produce an update script, and, finally, update the target database.
๐ Just watch the video and feel free to leave comments. Your opinion is very important!
https://youtu.be/WztwirceBYM
As usual, the sources are available on GitHub - https://buff.ly/2ugtGSO
The detailed explanation can be found in our Knowledge Base - https://buff.ly/32aOyHK
The tutorial utilizes the Database Comparer VCL library and ADO connections to extract DB metadata, compare, produce an update script, and, finally, update the target database.
๐ Just watch the video and feel free to leave comments. Your opinion is very important!
https://youtu.be/WztwirceBYM
As usual, the sources are available on GitHub - https://buff.ly/2ugtGSO
The detailed explanation can be found in our Knowledge Base - https://buff.ly/32aOyHK
YouTube
Synchronize MS SQL DB structures via ADO
This example shows how to synchronize a MSSQL database structure via the ADO components. Download Source Code: https://github.com/CleverComponents/Database-C...
Hello, we have published two new tutorials, which describe how to sign and encrypt an Email message in the S/MIME format using X509 certificates, and send the protected message via the SMTP protocol ๐ Both examples utilize the NIST sha-512 algorithm and X509 digital certificates.
The sources are available on GitHub.
Check out the video for these tutorials ๐
https://youtu.be/8FkmuSXobhU
Send Signed Email
https://www.clevercomponents.com/portal/kb/a151/send-signed-email.aspx
Send S/MIME Message
https://www.clevercomponents.com/portal/kb/a150/send-s-mime-message.aspx
The sources are available on GitHub.
Check out the video for these tutorials ๐
https://youtu.be/8FkmuSXobhU
Send Signed Email
https://www.clevercomponents.com/portal/kb/a151/send-signed-email.aspx
Send S/MIME Message
https://www.clevercomponents.com/portal/kb/a150/send-s-mime-message.aspx
YouTube
Send Signed and Encrypted Email
This tutorial signs and encrypts an Email message in the S/MIME format using X509 certificates, and sends the protected message via the SMTP protocol. Downlo...
โโHello, we have released the Clever Internet Suite version 9.5. In this new version we have improved the HTTP RIO functionality, added new cryptographic keys and algorithms. The SFTP component was improved, as well. We have fixed some existing problems with digital signatures and 64bit support in the SSH engine.
See the complete change list on the product webpage ๐
https://www.clevercomponents.com/products/inetsuite/
See the complete change list on the product webpage ๐
https://www.clevercomponents.com/products/inetsuite/