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

Don't send CAPABILITY statement unsolicited after starting TLS connections. #285

Merged
merged 1 commit into from
Jul 15, 2019
Merged

Don't send CAPABILITY statement unsolicited after starting TLS connections. #285

merged 1 commit into from
Jul 15, 2019

Conversation

MFAshby
Copy link

@MFAshby MFAshby commented Jul 6, 2019

Clients should be re-requesting it as per https://tools.ietf.org/html/rfc3501#section-6.2.1.

This fixes k9 mail for Android, which gets confused by receiving an unsolicited command straight after the TLS connection has been made.

starting TLS connections. Clients
should be re-requesting it  as
per https://tools.ietf.org/html/rfc3501#section-6.2.1
This fixes k9 mail for Android.
@codecov
Copy link

codecov bot commented Jul 6, 2019

Codecov Report

Merging #285 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #285      +/-   ##
==========================================
- Coverage   72.99%   72.98%   -0.01%     
==========================================
  Files          32       32              
  Lines        3462     3461       -1     
==========================================
- Hits         2527     2526       -1     
  Misses        642      642              
  Partials      293      293
Impacted Files Coverage Δ
server/cmd_noauth.go 73.84% <100%> (-0.4%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c4bfb4...b31da0a. Read the comment docs.

Copy link
Owner

@emersion emersion left a comment

Choose a reason for hiding this comment

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

Hmm, I don't know why it got there. Thanks for the fix!

@emersion emersion merged commit f7d07be into emersion:master Jul 15, 2019
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.

2 participants