Rebex Graph Releases

Released: Oct 8, 2024

Updates in 7.0.9048

Features

  • New Graph API features
    • Rebex Graph library now supports CreateFolder and DeleteFolder methods.
    • The new Graph.Settings.​MarkDownloadedMessageAsRead option can be enabled to mark downloaded messages as 'read'.
  • Cryptography: Added ValidationOptions.​DisableCertificateDownloads option (only supported on .NET 5 and higher).
  • Cryptography: Improved handling of wrong (negative) serial numbers in X.509 certificates.

Fixes

  • SMTP: Fixed missing removal of 'Bcc' header with SendWithNoBuffer option...

Released: Jun 25, 2024

Updates in 7.0.8943

Features

  • Introduced Rebex Graph, the new .NET library for accessing Microsoft 365 (Exchange Online) using Microsoft Graph API. It makes it possible to send, receive, list and search e-mail messages. Supports TLS 1.3/1.2 and S/MIME on all supported .NET platforms including .NET Framework 3.5 on Windows 7.
  • Mail: Added support for Sensitivity header when converting between EML and MSG.
  • Cryptography: Added support for issuing certificates signed with Ed25519.
  • Cryptography: Now uses AES/GCM instead...