recursecenter / community

community.recurse.com
GNU Affero General Public License v3.0
115 stars 27 forks source link

Downgrade mail to 2.7.1 to see if that fixes the timeout errors #415

Closed davidbalbert closed 1 year ago

davidbalbert commented 1 year ago

Mail 2.8 depends on the net-imap, net-smtp, and net-pop gems, which were extracted from the standard library in Ruby 3.1.

Timeout has been causing us issues (even though Mail 2.7 is still using it in the standard library version), and I’m curious to see if this fixes the problem.