diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-07-10 00:56:16 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-07-10 00:56:16 -0600 |
commit | 15dc39d5ae81117836fc0513e37fe3b89608c8aa (patch) | |
tree | 837b41d19547ade9b0fd409079c262199543338a | |
parent | f8b7cb749156312136d40005841b3a80e01dcb30 (diff) | |
download | alpine-15dc39d5ae81117836fc0513e37fe3b89608c8aa.tar.xz |
* Correction to URL for getting access code from refresh code for Yandex.com.
-rw-r--r-- | alpine/imap.c | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/alpine/imap.c b/alpine/imap.c index 51f8bdc6..49e4da0d 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 425eb1b7..2435d516 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> |