mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
e52c9d36a6
and change thunderbird autoconfiguration to use it. unfortunately, for microsoft autodiscover, there appears to be no way to request secure password negotiation. so it will default to plain text auth. cram-md5 is less secure than scram-sha-*, but thunderbird does not yet support scram auth. it currently chooses "plain", sending the literal password over the connection (which is TLS-protected, but we don't want to receive clear text passwords). in short, cram-md5 is better than nothing... for cram-md5 to work, a new set of derived credentials need to be stored in the database. so you need to save your password again to make it work. this was also the case with the scram-sha-1 addition, but i forgot to mention it then. |
||
---|---|---|
.. | ||
account.go | ||
account_test.go | ||
msgreader.go | ||
msgreader_test.go | ||
state.go | ||
tmp.go | ||
train.go | ||
transact.go | ||
validation.go |