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

Missing MIME-Version Header #290

Closed
davidpleasant opened this issue Mar 16, 2017 · 5 comments
Closed

Missing MIME-Version Header #290

davidpleasant opened this issue Mar 16, 2017 · 5 comments
Labels
bug Something isn't working

Comments

@davidpleasant
Copy link

Hi.

We converted from using System.Net.Mail.MailMessage to using MimeMessages. We used MimeMessage.CreateFromMailMessage(message) and the behaviour we get from sending this seems different from using the original MailMessage send. The MIME-Version header seems to be excluded.

@jstedfast
Copy link
Owner

Looks like a bug. You can work around it by setting the MimeMessage.MimeVersion property on the MimeMessage.

@jstedfast
Copy link
Owner

Fixed!

@jstedfast jstedfast added the bug Something isn't working label Mar 16, 2017
@jstedfast
Copy link
Owner

I plan to make a release this weekend with this fix.

@jstedfast
Copy link
Owner

MimeKit 1.14 was released with this fix

@davidpleasant
Copy link
Author

davidpleasant commented Apr 11, 2017 via email

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