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

Update Net::IMAP to v0.2.1 #119

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

stanhu
Copy link
Collaborator

@stanhu stanhu commented Mar 17, 2021

This potentially solves a deadlock issue in the previous version:
ruby/net-imap#15

Ruby v2.7 ships with Net::IMAP v0.1.0. The diff is here:
https://github.com/ruby/net-imap/compare/v0.1.0..v0.2.1

This potentially solves a deadlock issue in the previous version:
ruby/net-imap#15

Ruby v2.7 ships with Net::IMAP v0.1.0. The diff is here:
https://github.com/ruby/net-imap/compare/v0.1.0..v0.2.1
@tpitale
Copy link
Owner

tpitale commented Mar 17, 2021

🎉

@tpitale
Copy link
Owner

tpitale commented Mar 17, 2021

Failures are on 2.3 and 2.4 … I think we can merge and we'll figure out those dependency issues separately (or drop 2.3/2.4?)

@tpitale tpitale merged commit f65f425 into tpitale:master Mar 17, 2021
@stanhu
Copy link
Collaborator Author

stanhu commented Mar 18, 2021

This generates some warnings at startup due to duplicate net/protocol loading: ruby/net-imap#16

Possible solution: ruby/net-imap#17

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.

None yet

2 participants