[Commits] [SCM] claws branch, master, updated. 4.1.0-19-g6476ca3de
miras at claws-mail.org
miras at claws-mail.org
Fri May 20 21:49:58 CEST 2022
The branch, master has been updated
via 6476ca3deb850d69d0ed1853f0be2f76e7cc7473 (commit)
from e3a613af5ac6ed643b53f3b95f48cb4cb0b5c4e0 (commit)
Summary of changes:
src/oauth2.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 6476ca3deb850d69d0ed1853f0be2f76e7cc7473
Author: Michael Rasmussen <mir at datanom.net>
Date: Fri May 20 21:49:47 2022 +0200
fix for obtaining access code from request for Microsoft OAuth2 functionality
Signed-off-by: Michael Rasmussen <mir at datanom.net>
diff --git a/src/oauth2.c b/src/oauth2.c
index 1f7f59959..59ee6ca6f 100644
--- a/src/oauth2.c
+++ b/src/oauth2.c
@@ -117,8 +117,8 @@ static gchar *OAUTH2info[4][17]={
static gchar *OAUTH2CodeMarker[5][2] = {
{"",""},
{"code=","&scope="},
- {"code="," HTTP"},
- {"code="," HTTP"},
+ {"code=","&session_state="},
+ {"code=","&session_state="},
{"yahoo_begin_mark","yahoo_end_mark"} /* Not used since token avalable to user to copy in browser window */
};
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list