GODT-1751: switch from protonmail.com to proton.me domain

This commit is contained in:
Romain Le Jeune
2022-10-27 13:13:05 +00:00
parent 5a7722fd18
commit 78f9f49a8a
6 changed files with 25 additions and 19 deletions

View File

@ -89,7 +89,7 @@ func newGoIMAPServer(tls *tls.Config, backend backend.Backend, address string, u
serverID := imapid.ID{
imapid.FieldName: "Proton Mail Bridge",
imapid.FieldVendor: "Proton AG",
imapid.FieldSupportURL: "https://protonmail.com/support",
imapid.FieldSupportURL: "https://proton.me/support/mail",
}
server.EnableAuth(sasl.Login, func(conn imapserver.Conn) sasl.Server {