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

Add a way to disallow EHLO after authentication due to buggy E-Mail providers #163

Closed
wants to merge 3 commits into from
Closed

Conversation

fubar-coder
Copy link

Provide a way to disable EHLO after Authenticate, because it's

  • causing problems with a large e-mail provider in Germany (Strato)
  • it's not required (RFC 4954 states that it SHOULD be sent)

This patch fixes #162

Volker Hinz and others added 3 commits March 16, 2015 09:24
- causing problems with a large e-mail provider in Germany (Strato)
- it's not required (RFC 4954 states that it SHOULD be sent)

This patch fixes jstedfast/MimeKit#162
- causing problems with a large e-mail provider in Germany (Strato)
- it's not required (RFC 4954 states that it SHOULD be sent)

This patch fixes #162
Conflicts:
	MailKit/Net/Smtp/SmtpClient.cs
@jstedfast jstedfast closed this Mar 17, 2015
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.

EHLO after AUTH causes send failure with 5.7.0 even though authentication succeeded
2 participants