mirror of
https://github.com/mjl-/mox.git
synced 2025-04-21 21:40:01 +03:00
also use "password-encrypted" for the 2nd autoconfig configuration
intended for deltachat, which doesn't look at the value. encrypted may be a better default. as discussied in #251
This commit is contained in:
parent
49e2eba52b
commit
6ed736241d
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ func autoconfHandle(w http.ResponseWriter, r *http.Request) {
|
|||
443,
|
||||
tlsMode,
|
||||
email,
|
||||
"password-cleartext",
|
||||
"password-encrypted",
|
||||
}
|
||||
resp.EmailProvider.IncomingServers = append(resp.EmailProvider.IncomingServers, incomingALPN)
|
||||
}
|
||||
|
@ -163,7 +163,7 @@ func autoconfHandle(w http.ResponseWriter, r *http.Request) {
|
|||
443,
|
||||
tlsMode,
|
||||
email,
|
||||
"password-cleartext",
|
||||
"password-encrypted",
|
||||
}
|
||||
resp.EmailProvider.OutgoingServers = append(resp.EmailProvider.OutgoingServers, outgoingALPN)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue