Rebex Secure Mail for .NET 新版本發表

Released: Nov 20, 2017

2017 R6.1 中的更新

特性

  • MSG: Added support for custom 'X-Unread' headers that correspond to the 'read' flag in Outlook .MSG messages.
  • POP3: Added workaround for Outlook365's broken delegated mailbox support in POP3.
  • SSH: Added SshPublicKey.LoadPublicKeys method that supports loading OpenSSH's 'authorized_keys' files.
  • Cryptography: Enhanced custom CRL downloader for .NET Compact Framework to handle all 3xx redirect codes.
  • Cryptography: Enhanced Certificate.LoadDer to handle files with multiple certificates (loads the...

Released: Oct 25, 2017

2017 R6 中的更新

特性

  • All: Added support for DSA key generation on .NET Core on Windows.
  • Mail: Added support for RSA signatures with PSS padding (RSASSA-PSS) to MailMessage and MimeEntity.
  • Mail: Added support for RSA encryption with OAEP padding (RSAES-OAEP) to MailMessage and MimeEntity.
  • MSG: Unified assignment of MailAddress objects to sender and recipient collections when loading Outlook .MSG files.
  • MSG: Added support for "\pntext" keyword to RTF-to-HTML converter.
  • IMAP: Workaround for Dovecot servers with...

Released: Sep 12, 2017

2017 R5 中的更新

特性

  • Added support for .NET Core 1.1 and 2.0 on Windows.
  • Proxy: Added support for "http://" URLs in Proxy.Host.
  • Cryptography: Added HTTP redirect handling to CRL downloader on .NET Compact Framework.
  • Cryptography: Added workaround to enable SHA-2 on legacy operating systems (such as pre-SP3 Windows XP).
  • Cryptography: Using ASN.1 GeneralizedTime for dates greater than 2050.
  • Cryptography: Enhanced logging of some SSPI errors.
  • Cryptography: Added workaround for invalid or empty HTTP header names...

Released: Aug 4, 2017

2017 R4.1 中的更新

特性

  • Mail: Allowed empty passwords in SMTP, IMAP and POP3.
  • IMAP: Added Imap.GetMessages method for efficient downloading of multiple messages.
  • Cryptography: Enhanced RSAES-OAEP support.
  • Cryptography: Added CertificateStore.Add method (replacement for deprecated CertificateStore.AddCertificate method).
  • Cryptography: Added KeySetOptions.PreferCng and KeySetOptions.AlwaysCng options.

修補程式

  • Mail: Fixed parsing of hyperlinks in RTF-to-HTML converter.
  • SMTP: Fixed parsing of SMTP responses that only...

Released: Jun 30, 2017

2017 R4 中的更新

特性

  • Support for CNG Key Storage Providers - Rebex Certificate class now fully supports RSA, DSA and ECDSA private keys stored in Windows CNG Key Storage Providers.
  • Native support for Brainpool (P-256 R1, P-384 R1, P-512 R1) and secp256k1 elliptic curves on Windows 10 - Windows 10 (and Windows Server 2016) added native support for additional Elliptic Curve DSA (ECDSA) / Elliptic Curve Diffie-Hellman (ECDH) curves including secp256k1, Brainpool P-256 R1, P-384 R1 and P-512 R1, and Rebex classes can...

Released: May 9, 2017

2017 R3 中的更新

特性

  • Added NuGet packages.
  • Added experimental support for .NET Core 1.1 and .NET Standard 1.5.
  • Added workaround for a breaking change in Exception.Data on recent Xamarin.Android.
  • Added support for .NET Framework 4.7.
  • MIME: Added support for a non-standard time zone format that includes a colon.
  • MSG: When saving Outlook .MSG files, display names are set to e-mail addresses if not specified (MS Outlook would not display anything in the address field otherwise).
  • MSG: Improved Outlook .MSG charset...

Released: Mar 22, 2017

2017 R2 中的更新

特性

  • Support for Visual Studio 2017.
  • SMTP: Added logging to ResolveDomainMX method.
  • POP3: Added mailbox delegation support for Microsoft Exchange POP3 servers.
  • POP3: Removed workaround for GoDaddy POP3 servers (they no longer falsely claim APOP support).
  • POP3: Added workaround for Dualog's POP3 service which falsely claims APOP support.
  • Networking: Added logging of environment and platform information.
  • Networking: Enhanced target address logging when connecting.
  • Networking: HTTP core provides...

Released: Feb 23, 2017

2017 R1 中的更新

特性

  • MIME: Enhanced Invalid character exception to include the character code in addition to position.
  • MSG: Improved workaround for Outlook MSG files erroneously claiming to use UTF-16.
  • Networking: Added workaround for broken NetworkSessionException.Data on recent Xamarin.iOS.
  • Networking: TlsSocket.Timeout modifies the underlying ISocket.Timeout as well now.
  • Networking: Slightly enhanced certificate rejection reason reporting in TLS.
  • Proxy: Enhanced ProxySocket connection initialization.
  • SSH...

Released: Dec 20, 2016

2016 R3 中的更新

特性

  • Mail: Optimized memory usage for MailMessage and MimeMessage objects.
  • Mail: Added MailMessage.IsDraft property.
  • Mail: Added Settings.IgnoreMsgTransportHeaders option to MailMessage class.
  • Mail: Enhanced handling of broken TNEF messages (parses as much as possible).
  • Mail: Enhanced embedded resource handling in RTF-to-HTML converter.
  • MIME: Added support for a non-standard time zone format that includes a colon.
  • POP3: Added workaround for Office365's POP3 server that occasionally closes accepted...

Released: Aug 26, 2016

2016 R2.2 中的更新

特性

  • Mail: CRAM-MD5 and DIGEST-MD5 are no longer preferred authentication methods on secure connections.
  • EWS: Optimized response logging in Ews class.
  • EWS: Added EwsItemMetadata.Subject property to make it possible to change subject of an item using Ews.UpdateItem method.
  • EWS: Added EwsMessageMetadata class to improve the usability of Ews.UpdateItem method. Deprecated EwsItemMetadata.IsRead property and moved to EwsMessageMetadata.
  • EWS: Relaxed SOAP XML check to allow ASCII control characters.
  • SSH...