Merge branch 'main' of https://github.com/bkaankose/Wino-Mail
This commit is contained in:
@@ -171,6 +171,9 @@ namespace Wino.Server
|
||||
|
||||
if (isCreatedNew)
|
||||
{
|
||||
// Ensure proper encodings are available for MimeKit
|
||||
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
|
||||
|
||||
// Spawn a thread which will be waiting for our event
|
||||
var thread = new Thread(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user