You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When upgrading from 3.6.0 to 4.0.0 we found out that some System.Net.Mail-related methods are missing (specifically MimeMessage.CreateFromMailMessage).
It looks like commit 8a76859 changed their availability for .NET Standard 2.0 builds. I think this is a result of some mistake, since System.Net.Mail.MailMessage is available everywhere.
Platform (please complete the following information):
OS: Windows
.NET Runtime: .NET Framework 4.8.2
.NET Framework: .NET Standard 2.0
MimeKit Version: 4.0.0
To Reproduce
Steps to reproduce the behavior:
Try to use MimeMessage.CreateFromMailMessage in a netstandard2.0 library
See error
The text was updated successfully, but these errors were encountered:
Describe the bug
When upgrading from 3.6.0 to 4.0.0 we found out that some
System.Net.Mail
-related methods are missing (specificallyMimeMessage.CreateFromMailMessage
).It looks like commit 8a76859 changed their availability for .NET Standard 2.0 builds. I think this is a result of some mistake, since
System.Net.Mail.MailMessage
is available everywhere.Platform (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
MimeMessage.CreateFromMailMessage
in anetstandard2.0
libraryThe text was updated successfully, but these errors were encountered: