- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 838
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
Issue when trying to save a message to a folder with Apple mail. #852
Comments
I tried with my personal server and that works fine. I noticed it has LITERAL+ capabilities, whereas Apple's does not. I think it has something to do with it.
|
The problem seems to be that after MailKit uploads the message, the server responds with a I could make MailKit send an extra CRLF if it gets a |
Try using a build from https://www.myget.org/feed/mimekit/package/nuget/MailKit with a version >= 2.1.4.9 (should be up in the next half hour or so). |
This is so funny, because I tried exactly that as a band-aid and it works (I was building the source and using it directly)! Thanks for the quick turnaround! |
Oh, cool. No problem :-) |
I have an issue when trying to save a message to a folder with Apple mail.
Here is the output:
Here is my code:
I am using the latest MailKit.
The text was updated successfully, but these errors were encountered: