Rebex Mail Pack のリリース

Released: Nov 25, 2021

R6.0 での更新項目

機能

  • All: Added a new set of binaries targeting Microsoft .NET 6.0. Including:
    • Microsoft Windows (x64, x86, ARM64).
    • Linux (x64, ARM32, ARM64).
    • Apple macOS (x64).
  • All: Removed several obsolete and deprecated APIs.
  • All: Removed support for legacy ISerializable interface from binaries for Microsoft .NET Standard.
  • MIME: Changed default charset for MIME text entities to UTF-8.
  • SMTP: Disabled deprecated SmtpDelieryEngine.System option.
  • SSH: ECDSA X.509 certificates in SSH - Added support for 'x509v...

Released: Nov 24, 2021

R5.7 での更新項目

機能

  • All: Added support for Microsoft Windows 11.
  • All: Added support for Microsoft .NET 6.0 on Windows, Linux and Apple macOS. Rebex assemblies targeting .NET Standard 2.1 now support .NET 6.0.
  • MIME: Improved ID check in MessageId constructor.
  • SMTP: Enabled Login (username, password, OAuth20) method.
  • POP3: Enabled Login (username, password, OAuth20) method.
  • IMAP: Enabled Login (username, password, OAuth20) method.
  • EWS: Enabled Login (username, password, OAuth20) method.
  • SSH: Added support for...

Released: Oct 26, 2021

R5.6 での更新項目

機能

  • All: Added support for Microsoft .NET 6.0 RC2.
  • TLS Core: Improved handling of exceptions in TlsSocket.Send method.
  • Cryptography: Small optimization in AVX2 implementation of ChaCha20.

不具合の修正

  • TLS Core: Fixed possible NullReferenceException in TLS 1.2 socket after it has been closed.
  • Cryptography: Fixed handling of RSAParameters without DP/DQ in AsymmetricKeyAlgorithm and PrivateKeyInfo.
  • Cryptography: Fixed loading of encrypted keys with empty passwords in new OpenSSH format.

Released: Aug 17, 2021

R5.5 での更新項目

機能

  • All: Added a new set of binaries targeting Microsoft .NET Core 3.1. The new set of binaries utilizes .NET Core's hardware intrinsics API and features a fast ChaCha20/Poly1305 implementation that has been previously only available on Microsoft .NET 5.0.
  • SMTP: Optimized memory usage when sending a message.
  • EWS: Added support for 'ErrorConnectionFailedTransientError' error codes.

不具合の修正

  • All: Fixed compatibility with UWP and .NET Native compiler.

Released: Aug 5, 2021

R5.4 での更新項目

機能

  • Improved MSG reader to read 'subject' from PidTagConversationTopic MAPI property when needed.

不具合の修正

  • Networking: Fixed casing in 'Basic' HTTP proxy authorization header.
  • TLS Core: Fixed parsing of TLS 1.3 Certificate handshake message spanning multiple records.
  • Cryptography: Fixed Certificate.FriendlyName setter in .NET 5.0 on non-Windows platforms.

Released: Jun 18, 2021

R5.3 での更新項目

機能

  • Mail: Added MsgMessageException exception class (represents errors related to Microsoft Outlook MSG format).
  • Mail: Improved handling of invalid SMTP addresses in MSG parser.
  • IMAP: Improved error handling when parsing IMAP envelope fields.
  • TLS Core: Added SslSettings.SetPreferredSuites/GetPreferredSuites methods to make it possible to specify client-side TLS cipher preference.
  • TLS Core: Improved logging when remote party does not support TLS 1.3.
  • TLS Core: Optimized TlsSocket.Negotiate method...

Released: May 9, 2021

R5.2 での更新項目

機能

  • Mail: Improved the ability to trim input values in ContentType, ContentLocation and ReturnPath constructors.
  • Networking: Added support for SOCKS5 servers that respond with domain name.
  • SSH: Optimized usage of ChaCha20/Poly1305 in SSH.
  • Cryptography: Added ChaCha20Poly1305 class that implements ChaCha20/Poly1305 with an API that resembles Microsoft .NET's AesGcm class.
  • Cryptography: Added support for loading ECDSA certificates from PFX/P12 files in Microsoft .NET 5.0 and .NET Standard 2.1 on...

Released: Mar 3, 2021

R5.1 での更新項目

機能

  • All: Changed release naming scheme ('R5.1' instead of '2020 R5.1').
  • EWS: Added Ews.Settings.HttpHeaders property to make it possible to specify custom HTTP headers.
  • EWS: Added EwsMessageInfo.Sensitivity property.
  • Networking: More meaningful exception is throw when attempting to use HTTP CONNECT proxy with NTLM authentication on platforms that don't support it.
  • Networking: Optimized timeout infrastructure in ProxySocket.Connect.
  • TLS Core: Added VerifyMessage signature algorithm logging in TLS...

Released: Nov 10, 2020

2020 R5 での更新項目

機能

  • All: Added support for Microsoft .NET 5.0.
  • SMTP: Closing currently connecting sockets when Dispose method is called.
  • POP3: Closing currently connecting sockets when Dispose method is called.
  • IMAP: Closing currently connecting sockets when Dispose method is called.
  • EWS: Added a check to EwsFolderId(EwsSpecialFolder, string) constructor to make sure the specified mailbox is not empty.
  • EWS: Added EwsFolderInfo.UnreadItemCount property.
  • EWS: Added EwsSearchParameter.HasFlag search parameter...

Released: Sep 30, 2020

2020 R4 での更新項目

機能

  • All: Rebex assemblies targeting Microsoft .NET Standard 2.1 have been fully tested on Microsoft .NET 5.0 RC1 and are suitable to be used in production on Microsoft's latest .NET platform.
  • EWS: Added Ews.Settings.ExpectContinueSizeThreshold option.
  • EWS: Added the ability to use EWS X-AnchorMailbox HTTP header to maintain mailbox affinity.
  • TLS Core: Updated TlsCipherSuite.Secure/Weak/Fast enum values. Updated TlsParameters.AllowedSuite default.
  • Cryptography: Added Ed25519 support to Certificate...