mox/rfc
Mechiel Lukkien e52c9d36a6
support cram-md5 authentication for imap and smtp
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.
2023-02-05 16:29:03 +01:00
..
errata.go mox! 2023-01-30 14:27:06 +01:00
fetch.sh mox! 2023-01-30 14:27:06 +01:00
index.md support cram-md5 authentication for imap and smtp 2023-02-05 16:29:03 +01:00
link.go mox! 2023-01-30 14:27:06 +01:00
Makefile mox! 2023-01-30 14:27:06 +01:00