
Adds support for RAD Studio 10.3.2 Rio and Visual Studio 2019.
Features
- Added support for Embarcadero RAD Studio 10.3.2 Rio, .NET Core and Microsoft Visual Studio 2019.
- HTTP proxy support added to all protocols, including SFTP;
- EppServer, FtpServer, Imap4Server, NntpServer, Pop3Server, and SmtpServer added a new OnCreateUserAccount event. The event allows you to create an instance of a user account on the fly, and do not keep user credentials in the UserAccounts collection;
- Added the ability to disable Windows events queue processing in all client components. This allows users to run the components inside TTask from the Parallel Programming library;
- BounceChecker: added new ExtractedEmails property. The property returns a list of extracted e-mail addresses when calling the ExtractEmails or the CheckBounced methods;
- SOAP MTOM/XOP attachments were implemented. You can create XML, text, or binary attachments and link them with the main XML body;
- Added a new GetSuiteBuildNo function which returns the build number of the library;
- The following encodings were implemented: Percent Encoding, HTTP Form Field Encoding, URL Encoding, Mail Header Encoding;
- FTP Client component now supports HTTP Connect proxes;
- A new example was added: SMTP Client over HTTP Proxy.