Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed TextPreviewer to use an encoding with an empty string fallback
This was causing some MailKit unit tests to fail because the default for Encoding.GetEncoding(int codepage) must have changed between net6.0 and net8.0 to fall back to using "?" as a fallback string for incomplete or invalud character sequences. Anyway, explicitly use string.Empty as the fallback.
- Loading branch information