Rebex Secure IMAP for .NET 2013 R1

Released: Aug 15, 2013

2013 R1 での更新項目

  • Added support for Mono.
  • Enhanced workaround for Stream.Seek on .NET CF.
  • Fixed finalizers that called state-changed events in some cases.
  • Added workaround for instances of FileStream that returned "[Unknown]" name.
  • FileLogWriter enhanced to log assembly version when opening log file.
  • Added missing PublicKeyInfo() constructor.
  • Added FileSet.ContainingDirectoriesIncluded option.
  • Encoding tool support for IBM437 charset on all platforms.
  • Fixed handle leak in CertifiacteStore constructor.
  • Added CertificateFindOptions.None.
  • Added FileSystemItemCollection.UsePath property.
  • Added support for anyExtendedKeyUsage attribute (in X509 certificates).
  • Added DiffieHellmanCryptoServiceProvider class.
  • Added PrivateKeyFormat.RawPkcs8 format for PrivateKeyInfo.Save and PrivateKeyInfo.Encode methods.
  • HMAC fixed to use block length of 128 for algorithms with hashes larger than 256 bits.
  • Added support for Gmail-style extended LIST command (RFC 6154).
  • ImapFolderCollection implements IEnumerable<ImapFolder>.
  • Fixed DateTime.MaxValue handling in Imap.Search() method.
  • Added workaround for Gmail IMAP server that incorrectly used '[' and ']' characters in message flags.