summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-07-10 00:56:16 -0600
committerEduardo Chappa <chappa@washington.edu>2020-07-10 00:56:16 -0600
commit15dc39d5ae81117836fc0513e37fe3b89608c8aa (patch)
tree837b41d19547ade9b0fd409079c262199543338a
parentf8b7cb749156312136d40005841b3a80e01dcb30 (diff)
downloadalpine-15dc39d5ae81117836fc0513e37fe3b89608c8aa.tar.xz
* Correction to URL for getting access code from refresh code for Yandex.com.
-rw-r--r--alpine/imap.c2
-rw-r--r--pith/pine.hlp2
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 =================
<HTML>
<HEAD>