From 15dc39d5ae81117836fc0513e37fe3b89608c8aa Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 10 Jul 2020 00:56:16 -0600 Subject: * Correction to URL for getting access code from refresh code for Yandex.com. --- alpine/imap.c | 2 +- pith/pine.hlp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine/imap.c b/alpine/imap.c index 51f8bdc..49e4da0 100644 --- a/alpine/imap.c +++ b/alpine/imap.c @@ -252,7 +252,7 @@ OAUTH2_S alpine_oauth2_list[] = {NULL, NULL, {OA2_End, OA2_End, OA2_End, OA2_End, OA2_End, OA2_End, OA2_End}}, /* device code, not used */ {"POST", "https://oauth.yandex.com/token", /* Get first Refresh Token and Access token */ {OA2_Id, OA2_Redirect, OA2_GrantTypeforAccessToken, OA2_Secret, OA2_Code, OA2_End, OA2_End}}, - {"POST", "https://login.microsoftonline.com/\001/oauth2/v2.0/token", /* Get access token from refresh token */ + {"POST", "https://oauth.yandex.com/token", /* Get access token from refresh token */ {OA2_Id, OA2_RefreshToken, OA2_GrantTypefromRefreshToken, OA2_Secret, OA2_End, OA2_End, OA2_End}} }, {NULL, NULL, NULL, 0, 0, NULL}, /* device_code information, not used */ diff --git a/pith/pine.hlp b/pith/pine.hlp index 425eb1b..2435d51 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 491 2020-07-09 11:58:15 +Alpine Commit 493 2020-07-10 00:56:09 ============= h_news ================= -- cgit v1.2.3-54-g00ecf