We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When passing MessageId as Header in MimeMessage constructor property is not initialized correctly.
For example: var message = new MimeMessage(new Header(HeaderId.MessageId, MimeUtils.GenerateMessageId("mydomain.com")));
But in created message MessageId domain is <MY-PC-NAME> instead of mydomain.com
<MY-PC-NAME>
mydomain.com
MimeKit Version: 3.1.0
The text was updated successfully, but these errors were encountered:
Check the Headers for MessageId before assigning a value in MimeMessa…
41d643b
…ge .ctor Fixes issue #747
No branches or pull requests
When passing MessageId as Header in MimeMessage constructor property is not initialized correctly.
For example:
var message = new MimeMessage(new Header(HeaderId.MessageId, MimeUtils.GenerateMessageId("mydomain.com")));
But in created message MessageId domain is
<MY-PC-NAME>
instead ofmydomain.com
MimeKit Version: 3.1.0
The text was updated successfully, but these errors were encountered: