IMAP/Submission: don't hard-code SCRAM-SHA-256 authentication mechanism, make it configurable · Issue #5 · mjl-/gopherwatch · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now always do SCRAM-SHA-256 when submitting email, and also when connecting to IMAP.
Not all mail servers support this. We should make it configurable (but always require that admins specify a mechanism, we don't want downgrade attacks).
Mox has some (test) code that handles selecting different authentication mechanisms, can probably borrow from that.
64A3
The text was updated successfully, but these errors were encountered:
We now always do SCRAM-SHA-256 when submitting email, and also when connecting to IMAP.
Not all mail servers support this. We should make it configurable (but always require that admins specify a mechanism, we don't want downgrade attacks).
Mox has some (test) code that handles selecting different authentication mechanisms, can probably borrow from that.
64A3The text was updated successfully, but these errors were encountered: