ruby / net-imap

Ruby client api for Internet Message Access Protocol
https://ruby.github.io/net-imap
Other
49 stars 25 forks source link

🔧 Add config option for `sasl_ir` #294

Closed nevans closed 2 weeks ago

nevans commented 3 weeks ago

This config option becomes the default value for the Net::IMAP#authenticate kwarg with the same name.

By making it configurable, users can more easily opt out of the new behavior, which can force a CAPABILITY call. It shouldn't generally shouldn't be necessary to avoid calling CAPABILITY, but... see #278!

(NOTE: this PR depends on #291)