SocketTools ActiveX Edition(英語版) のリリース
Released: Nov 8, 2021
10.0.1290.2024 での更新項目
機能
- Added support for Microsoft Windows 11 and Windows Server 2022.
Released: Aug 18, 2021
10.0.1282.1986 での更新項目
機能
- 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 code pages should not be used when composing new messages.
- Created new installers and Windows Installer (MSI) packages which no longer use InstallShield. The new installers...
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 での更新項目
機能
- 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 part when it is designated as an attachment. Previous versions would not decode text in a file attachment and would always return the...
Released: Dec 10, 2020
10.0.1260.1875 での更新項目
不具合の修正
- 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 disconnected. This should reduce the overall memory footprint of the server...
Released: Sep 24, 2020
10.0.1251.1868 での更新項目
機能
- 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 documentation to make it clear the ANSI version of the MimeGetMessageText function and...
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 ImapClient, PopClient and SmtpClient ActiveX controls to support OAuth 2.0 authentication. The The BearerToken property specifies the access token used to authenticate 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 での更新項目
機能
- All HTTP and HTTPS client connections will default to using HTTP 1.1, including connections through proxy servers. This addresses an issue where some servers would reject connections from clients attempting to use HTTP 1.0 through a proxy server. It is still possible for clients to explicitly specify using HTTP 1.0 if needed with a legacy server.
- The IP location client service should provide more accurate network information for some localities outside of North America and western Europe...
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 ActiveX controls have a new MemoryUsage property which returns the amount of memory allocated by the server for the current client connections.
不具合の修正
- Corrected an issue which...