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

MailKit V2.0.7: SmtpClient.OnNoRecipientsAccepted on established connection when server disconnects #776

Closed
Vinnietram opened this issue Nov 14, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@Vinnietram
Copy link

Hi Jeffrey,

We have encountered a situation whereby on our client sites the SmtpClient.OnNoRecipientsAccepted
(http://www.mimekit.net/docs/html/M_MailKit_Net_Smtp_SmtpClient_OnNoRecipientsAccepted.htm) is triggered when an attempt to send a message on
an already established connection that had been left hanging as the Server has disconnected, rather than the server not accepting the recipients.

We have managed to replicate the SmtpClient.OnNoRecipientsAccepted consistently with a small test app
(https://github.com/Vinnietram/NoValidRecipientReplicate.git) with replication steps described in the README.md

Would appreciate if you can advise.

Thanks,

Vinh Tram
Glasswall Solutions Ltd.
Email: [email protected]

@jstedfast jstedfast transferred this issue from jstedfast/MimeKit Nov 14, 2018
jstedfast added a commit that referenced this issue Nov 14, 2018
@jstedfast jstedfast added the bug Something isn't working label Nov 14, 2018
@Vinnietram
Copy link
Author

Hi Jeff,

Would you be able to provide an indication of when the next available release will be that contains this fix?

Thanks,

Vinh.

@jstedfast
Copy link
Owner

I hope to make a new release probably next weekend.

Thanksgiving is going to get in the way of this weekend and I'm working on writing a lot more unit tests as well and making a lot of improvements based on those new tests. I've also been adding some new functionality based on the IMAP4rev2 specifications that are close to being published.

Look for 2.1.0 to show up in the nuget feed when I do make the release.

@jstedfast
Copy link
Owner

Okay, MASSIVE new 2.1.0 release has been pushed. I would recommend reading the ReleaseNotes.md.

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