-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Labels
bug
Something isn't working
Comments
Looks like a bug. You can work around it by setting the MimeMessage.MimeVersion property on the MimeMessage. |
jstedfast
added a commit
that referenced
this issue
Mar 16, 2017
Fixed! |
I plan to make a release this weekend with this fix. |
MimeKit 1.14 was released with this fix |
Thanks! I grabbed it this morning!
…Sent from my iPhone
On Apr 10, 2017, at 5:48 PM, Jeffrey Stedfast <[email protected]<mailto:[email protected]>> wrote:
MimeKit 1.14 was released with this fix
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#290 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AZPf1mZaszP2p2drsBpGM8VnQZSzWIBOks5rur-_gaJpZM4Mfv3Z>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: