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

Use MailKit/MimeKit instead of System.Net.Mail #151

Open
spacecat opened this issue Jun 27, 2015 · 0 comments
Open

Use MailKit/MimeKit instead of System.Net.Mail #151

spacecat opened this issue Jun 27, 2015 · 0 comments

Comments

@spacecat
Copy link

I have been Googling and trying to solve a problem with MailMessage.SubjectEncoding for days.

Apparently System.Net.Mail is a bit broken and doesn't encode the subject line in email messages properly so Hotmail displays some of my emails with weird characters. People have files bugs on Microsoft and there are lots of libraries (free and commercial) trying to adress all the issues with Sysytem.Net.Mail.

I was hoping by cloning the repo to swap the System.Net.Mail stuff with MailKit/MimeKit but after looking at the code it would not take me hours but probably days to figure it out and since I'm currently on a tight dealine i a project it is not possible for me to do this right now.

So I am wondering: how difficult is it to swap all the System.Net.Mail stuff and use MailKit/MimeKit instead?

MailKit/MimeKit seems to be the best open source option at the moment by the way.

If someone is able to make the swap I would be happy to help with the testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant