SocketTools Subscription(英語版) のリリース
Released: Nov 8, 2021
10.0.1290.2024 での更新項目
機能
- Added support for Microsoft Windows 11 and Windows Server 2022.
- Added Microsoft .NET 6.0 assemblies for use with Microsoft Visual Studio 2022.
Released: Aug 18, 2021
10.0.1282.1986 での更新項目
機能
- Added assemblies for Microsoft .NET 6.0 Preview 7 to the base installation. To build applications using .NET 6.0 you will need install the Microsoft Visual Studio 2022 Preview.
- Added support for several more Microsoft Windows code page character sets and updated the parser to internally convert them into Unicode. This affects both the contents of message and encoded header values which used these code pages. This change was made to improve messages imported from older mail clients. Windows...
Released: May 18, 2021
10.0.1274.1931 での更新項目
機能
- Secure connections will now automatically fall back to using TLS 1.2 if support for TLS 1.3 has not been enabled on the local system. Microsoft has not made TLS 1.3 generally available for the Schannel SSPI and is considered experimental.
- The MIME content type application/vnd.microsoft.portable-executable is recognized for executable files and dynamic load libraries (DLLs) which are attached to messages.
- Valid message attachments which do not explicitly specify a file name will now be...
Released: Mar 2, 2021
10.0.1268.1892 での更新項目
機能
- Updated the Microsoft .NET 5.0 assemblies for the .NET 5.0.3 runtime and made internal changes to support the .NET 6.0 preview release.
- Changed how FTP and HTTP server events are processed while the server is in the process of stopping or restarting. Client sessions will no longer be forcibly terminated while handling a request, however additional events will not be raised while the server is in its shutdown process.
- The MIME components and library will now decode encoded text in a message...
Released: Dec 10, 2020
10.0.1260.1875 での更新項目
機能
- Added Microsoft .NET 5.0 assemblies as part of the base install.
不具合の修正
- Corrected an issue that could prevent certain internationalized domain names from resolving correctly due to how they were being encoded. In this case, a valid domain name would return an error indicating that it was unknown and the connection would fail.
- Modified the server related components to attempt to reduce the working set size of the process when the server is stopped or goes idle after all clients have...
Released: Sep 24, 2020
10.0.1251.1868 での更新項目
機能
- Added Microsoft .NET 5.0 RC1 assemblies to the installers as part of the base install.
- Changed the internal buffering algorithm used for HTTP and FTP file transfers which should increase file transfer speeds under certain conditions.
- Added internal support for some additional Microsoft Windows code pages when parsing MIME formatted mail messages. This improves handling for some older versions of Microsoft Outlook and applications which used Outlook automation to compose messages.
- Updated the...
Released: Aug 18, 2020
10.0.1245.1854 での更新項目
機能
- Added support OAuth 2.0 authentication to the HTTP, IMAP, POP3 and SMTP components and libraries.
- New authentication methods were added for each of the libraries which support OAuth 2.0 OAuth 2.0 bearer tokens. For IMAP, POP3 and SMTP both the XOAUTH2 and OAUTHBEARER methods are supported.
- New properties were added to the SocketTools.ImapClient, SocketTools.PopClient and SocketTools.SmtpClient Microsoft .NET classes to support OAuth 2.0 authentication. The BearerToken property specifies the...
Released: Jun 23, 2020
10.0.1238.1806 での更新項目
機能
- Added support for TLS session reuse for secure FTP connections. This option should only be used with servers that explicitly require it and is only supported on Windows 8.1 and Windows 2012 R2 and later platforms. Note this option will not work with servers compiled using OpenSSL 1.0.2 or earlier because they don’t support EMS (extended master secret) which is required by Schannel.
- Expanded support for additional character sets in the MIME API and SocketTools.MailMessage components. This...
Released: Apr 14, 2020
10.0.1224.1762 での更新項目
機能
- The SocketTools .NET Edition now includes assemblies which target .NET Core 2.1 LTS and .NET Core 3.1 for the Windows desktop and server platforms in addition to the complete .NET Framework.
- Assemblies which target the .NET Framework 5.0 preview release from Microsoft have been included with this release. Using these assemblies requires you to install the .NET 5.0 preview and the latest preview release of Visual Studio 2019.
- All HTTP and HTTPS client connections will default to using HTTP...
Released: Jan 23, 2020
10.0.1218.1604 での更新項目
機能
- Added new heap management system for the FTP and HTTP server components which reduces overall memory utilization and addresses a memory leak that could occur with a large number of client sessions.
- The FtpGetServerMemoryUsage and HttpGetServerMemoryUsage functions were added to the API, and the FtpServer and HttpServer .NET classes and ActiveX controls have a new MemoryUsage property which returns the amount of memory allocated by the server for the current client connections.
不具合の修正...