summaryrefslogtreecommitdiff
path: root/alpine
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 /alpine
parentf8b7cb749156312136d40005841b3a80e01dcb30 (diff)
downloadalpine-15dc39d5ae81117836fc0513e37fe3b89608c8aa.tar.xz
* Correction to URL for getting access code from refresh code for Yandex.com.
Diffstat (limited to 'alpine')
-rw-r--r--alpine/imap.c2
1 files changed, 1 insertions, 1 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 */