mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
GODT-1751: switch from protonmail.com to proton.me domain
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user