Rebex Graph 릴리스

Released: Oct 8, 2024

7.0.9048 버젼 업데이트

기능

  • 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.

수정사항

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

Released: Jun 25, 2024

7.0.8943 버젼 업데이트

기능

  • 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 of AES...