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

Fix sending emails with MailKit #27

Merged
merged 5 commits into from
Feb 27, 2020

Conversation

joaopgrassi
Copy link
Contributor

Fixes #26

@joaopgrassi joaopgrassi changed the title Fix sending messages emails with MailKit Fix sending emails with MailKit Feb 26, 2020
While sending messages using MailKit/MimeKit, the last two charecters of the body were being "cut" due to the way the new line character was being removed from the raw message.
Copy link
Owner

@cmendible cmendible left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please delete appveyor.yml Let's keep Azure DevOps pipelines

@joaopgrassi
Copy link
Contributor Author

@cmendible okay. I was also thinking on adding a build for other platforms as well. What do you think? Also, the tests seem to randomly fail.. I was wondering if it's due to my test creating a new server? Would it help if I use WithRandomPort instead? Or DoNotReuseAddress?

@cmendible
Copy link
Owner

Ok we can create a new issue for the new builds. And yes please change your test to use another port to avoid issues.

@cmendible
Copy link
Owner

@joaopgrassi thanks for your contribution!

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

Successfully merging this pull request may close these issues.

Body is "cut" when using Mimekit/MailKit
2 participants