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

fix/nonblocking ssl #2

Merged
merged 4 commits into from
Mar 18, 2016
Merged

fix/nonblocking ssl #2

merged 4 commits into from
Mar 18, 2016

Conversation

tintinweb
Copy link
Owner

  • improves general socket and ssl handling
    • especially for large payloads (used to lock or error due to issues with select and sslsocket)
  • fixes ProtocolDowngradeToV2 was assigned the wrong protocol (SMTP->IMAP)
  • adds InboundStarttlsProxy
  • improves error handling and error messages
  • improves log messages

 large payloads may lead to SSLWantWriteError.
 in this case, try to retransmit the data
tintinweb added a commit that referenced this pull request Mar 18, 2016
@tintinweb tintinweb merged commit 5275210 into master Mar 18, 2016
@tintinweb tintinweb deleted the fix/nonblocking_ssl branch October 20, 2016 06:46
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.

1 participant