diff options
author | Eduardo Chappa <chappa@washington.edu> | 2022-05-04 22:13:04 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2022-05-04 22:13:04 -0600 |
commit | 38a4a893a1f70eb940831de2ab0a156d780f4e02 (patch) | |
tree | 74b304aefd7630cdbdb4900acd258a82ab57d3cd /pith | |
parent | 5aeedb66cbeaa624be27821201ae3ebba56f39e1 (diff) | |
download | alpine-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.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 8 |
1 files changed, 6 insertions, 2 deletions
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 |