5d3997b7e15b7bdaf5061bf900490bcfa235d0df
The `MarkAsSeen` method in the `EmailController` class has been removed. This method provided an HTTP PATCH endpoint at the route `"seen"` to mark a single IMAP message as seen (read). It accepted a `MarkEmailAsSeenCommand` and a `CancellationToken`, used `mediator.Send` to process the command, and returned an HTTP 204 No Content response upon success. The removal of this method eliminates the ability to mark emails as seen via this endpoint.
DigitalData.MessagingService
Description
Languages
C#
100%