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

Always use TLS when requested and supported; fixes (#4590) #8111

Merged
merged 5 commits into from
Sep 29, 2021

Conversation

c---
Copy link
Contributor

@c--- c--- commented Jul 3, 2021

This fixes the long-standing issue where STARTTLS would only be issued if user
authorization was done. (#4590)

NOTE: This requires Net_SMTP version 1.10.0 or newer

This fixes the long-standing issue where STARTTLS would only be issued if user
authorization was done. (roundcube#4590)

NOTE: This requires Net_SMTP version 1.10.0 or newer
@alecpl
Copy link
Member

alecpl commented Jul 12, 2021

The XCLIENT support is new, so BC break is probably small, I guess, but it might be better to put this code after XCLIENT command is send.

@c---
Copy link
Contributor Author

c--- commented Sep 9, 2021

I moved the STARTTLS to after XCLIENT. Seems to work fine in my tests though I don't have a server that supports XCLIENT.

@alecpl alecpl added this to the 1.6-beta milestone Sep 11, 2021
@alecpl alecpl merged commit af2ccbd into roundcube:master Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants