Skip to content
New issue

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

MessageId are not properly initialized when passed as Header in MimeMessage constructor #747

Closed
ivanstus opened this issue Jan 21, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ivanstus
Copy link

ivanstus commented Jan 21, 2022

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

MimeKit Version: 3.1.0

jstedfast added a commit that referenced this issue Jan 21, 2022
@jstedfast jstedfast added the bug Something isn't working label Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants