New examples were added: the first Delphi example sends E-mail message with attachments from Memory Stream, and the other example shows how to add text and attachments manually to the E-mail message.
https://www.clevercomponents.com/articles/article035/
https://www.clevercomponents.com/articles/article035/
Clevercomponents
Clever Internet Suite Tutorials
This article summarizes the experience of using Clever Components products, provides a list of code examples with short comments and downloading links.
โโConnect to Office365 IMAP using OAuth 2.0 - the article shows how to connect to Microsoft Outlook.com IMAP using OAUTH 2.0. The introduced app uses a fast and easy algorithm of retrieving information about mailbox messages in one single IMAP command.
https://www.clevercomponents.com/articles/article049/
https://www.clevercomponents.com/articles/article049/
โโHi, we have added a new code example on how to send a GET request with JSON data. The example provides three different ways to submit JSON GET requests, including raw JSON strings and RTTI JSON objects serialization/deserialization.
https://www.clevercomponents.com/portal/kb/a125/how-to-send-a-get-request-with-json-data.aspx
https://www.clevercomponents.com/portal/kb/a125/how-to-send-a-get-request-with-json-data.aspx
Hi, we have updated our Database Comparer product. The updated VCL library includes fixes and improvements for Firebird support: dependent stored procedures, function arguments, and many more. The DBComparer tool was updated, as well. Download and give it a try.
https://www.clevercomponents.com/products/dbcvcl/
https://www.clevercomponents.com/products/dbcvcl/
Clevercomponents
Database Comparer VCL for Delphi, C++Builder
Delphi and C++Builder components for comparing/synchronizing SQL database objects and table records for many popular databases: Firebird, Oracle, MS SQL, MySQL, InterBase, Sybase and Postgre SQL.
โโHello, we have released the Clever Internet Suite version 9.4. In this new version 9.4 we have added a new HTTP Proxy component, implemented the HTTP proxy support to all client components, including SFTP. SOAP MTOM/XOP attachments were introduced, as well.
Please check out the product webpage to learn more about Clever Internet Suite version 9.4 release:
https://www.clevercomponents.com/products/inetsuite/
Please check out the product webpage to learn more about Clever Internet Suite version 9.4 release:
https://www.clevercomponents.com/products/inetsuite/
Please take a look at three new tutorials we have published recently: How to extract/add MIME headers in E-mail messages and HTTP requests; How to create/parse SOAP MTOM/XOP, XML, and binary attachments; How to send a SOAP WSDL request.
https://www.clevercomponents.com/articles/article035/
https://www.clevercomponents.com/articles/article035/
Clevercomponents
Clever Internet Suite Tutorials
This article summarizes the experience of using Clever Components products, provides a list of code examples with short comments and downloading links.
โโ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.