From b0f44a91476dbfe18803e1086c81aa9883f90188 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 10 May 2022 09:13:42 +0200 Subject: [PATCH] Switch back API endpoint to mail.protonmail.com Closes: https://github.com/emersion/hydroxide/issues/215 --- cmd/hydroxide/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/hydroxide/main.go b/cmd/hydroxide/main.go index fde6841..ed3ce0f 100644 --- a/cmd/hydroxide/main.go +++ b/cmd/hydroxide/main.go @@ -32,7 +32,7 @@ import ( smtpbackend "github.com/emersion/hydroxide/smtp" ) -const defaultAPIEndpoint = "https://old.protonmail.com/api" +const defaultAPIEndpoint = "https://mail.protonmail.com/api" var ( debug bool