Rebex Total Pack のリリース

Released: Dec 11, 2013

Updates in this release

Updates in 2013 R3

  • Support for Xamarin.iOS and Xamarin.Android - Rebex components now support Xamarin.iOS and Xamarin.Android, making it possible to target iPad/iPhone and Android devices.
  • Support for .NET Compact Framework 3.9 - Target Windows Embedded Compact 2013, Microsoft's latest incarnation of Window CE.
  • Support for Visual Studio 2013 - All Rebex components now ship with full support for Microsoft Visual Studio 2013. Older Visual Studio versions (2005 and higher) and .NET Framework...

Released: Sep 10, 2013

Updates in this release

Updates in 2013 R2

  • IMAP/SSL and POP3/SSL superseded by Rebex Secure Mail.
  • ZIP archive parsing has been optimized, resulting in a huge speed increase on slow disk drives.
  • Terminal Emulation component supports both Telnet and SSH transport layers.

Released: Aug 15, 2013

Updates in this release

Updates in 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...

Released: Nov 8, 2012

Updates in this release

Updates in 2012 R3

  • Task Based Asynchronous Methods - These methods make it possible to utilize new "await" keyword available in .NET 4.5 and Visual Studio 2012.
  • Synchronization Context - Previously, events raised by asynchronous methods would run on a background thread, making them hard to use in GUI applications. Now, events are raised using the Synchronization Context captured when the method was started. This means it is possible to update controls directly from event code.
  • Simplified...

Released: Mar 14, 2012

Updates in this release

Updates in 2012

  • New multi-file methods - Delete multiple files (or even a directory tree) at once or retrieve a list of files for the whole directory tree in one call.
  • Common API for SFTP and FTP/SSL - Easily write code that can use either SFTP or FTP/SSL.
  • Faster Blowfish and Twofish algorithms - New managed implementation is substantially faster.
  • Compatibility enhancements - Added support for embedded OLE objects in TNEF/winmail.dat e-mails (they are parsed as attachments) and enhanced the PKCS...

Released: Feb 23, 2011

Updates in this release

Features

  • Easy to use API
  • International characters in filenames (Unicode support).
  • Supports large files (over 4GB).
  • Wildcard support for adding, extracting and deleting files.
  • Recursive directory tree operations.
  • Both stream and file based operations.
  • Create ZIP files in memory.
  • Add data to ZIP file from stream or memory.
  • Written in 100% pure .NET.
  • Add, extract, rename, delete files in ZIP archive.
  • 10 compression levels.
  • ZIP archive shrinking.
  • Events and delegates for effortless integration with...