summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2022-05-04 22:13:04 -0600
committerEduardo Chappa <chappa@washington.edu>2022-05-04 22:13:04 -0600
commit38a4a893a1f70eb940831de2ab0a156d780f4e02 (patch)
tree74b304aefd7630cdbdb4900acd258a82ab57d3cd
parent5aeedb66cbeaa624be27821201ae3ebba56f39e1 (diff)
downloadalpine-38a4a893a1f70eb940831de2ab0a156d780f4e02.tar.xz
* Change the redirect_uri scheme for Gmail, as Google is deprecating the use
of oob. Changed to http://localhost. Users are supposed to enter the URL they see in their browser in place of the code.
-rw-r--r--alpine/xoauth2info.c2
-rw-r--r--pith/pine.hlp8
2 files changed, 7 insertions, 3 deletions
diff --git a/alpine/xoauth2info.c b/alpine/xoauth2info.c
index c46e2696..b567fcfb 100644
--- a/alpine/xoauth2info.c
+++ b/alpine/xoauth2info.c
@@ -35,7 +35,7 @@ OAUTH2_S alpine_oauth2_list[] = {
{"code", NULL}, /* access code from the authorization process */
{"refresh_token", NULL},
{"scope", "https://mail.google.com/"},
- {"redirect_uri", "urn:ietf:wg:oauth:2.0:oob"},
+ {"redirect_uri", "http://localhost"},
{"grant_type", "authorization_code"},
{"grant_type", "refresh_token"},
{"response_type", "code"},
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 06494c39..84f88603 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 643 2022-04-15 17:11:36
+Alpine Commit 644 2022-05-04 22:13:00
============= h_news =================
<HTML>
<HEAD>
@@ -156,7 +156,7 @@ Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
<!--chtml endif-->
<BR>
-<BR>Copyright 2013-2021 Eduardo Chappa
+<BR>Copyright 2013-2022 Eduardo Chappa
<BR>Copyright 2006-2008 University of Washington
</DIV>
@@ -199,6 +199,10 @@ new additions to Alpine, please check it periodically.
refresh token and access token in Gmail and Outlook using the
S256 method and plain method.
+<LI> Change the redirect_uri scheme for Gmail, as Google is deprecating the use
+ of oob. Changed to http://localhost. Users are supposed to enter the URL
+ they see in their browser in place of the code.
+
<LI> Some servers do not allow the Drafts folder to be removed, even when
it is empty. Alpine, however, assumes that if the folder exists, it
must contain a draft message. This joint collaboration with Thomas