diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-05-10 13:47:32 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-05-10 13:47:32 -0600 |
commit | c0431b87ab14cf4bd501b33353f90db51bdafd73 (patch) | |
tree | 79a64704d9a59234c716dddf680ac68109a82828 | |
parent | 40f483243cf79a5e7cf17074f8ccf16929d5651b (diff) | |
download | alpine-c0431b87ab14cf4bd501b33353f90db51bdafd73.tar.xz |
* A few more fixes and improvements to the text that explains how to configure Alpine with
XOAUTH2 in Gmail.
-rw-r--r-- | alpine/imap.c | 7 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/alpine/imap.c b/alpine/imap.c index 638121e1..556ad401 100644 --- a/alpine/imap.c +++ b/alpine/imap.c @@ -226,15 +226,16 @@ oauth2_get_access_code(char *url, char *method, OAUTH2_S *oauth2, int *tryanothe so_puts(in_store, _(" If this is your first time setting up this type of authentication and you have a G-Suite account, please follow the steps below. ")); so_puts(in_store, _("</P><P> First you must register Alpine with Google and create a client-id and client-secret. The steps below explain how to do this. If you already did that, then you can skip to the <A HREF=\"#secondpart\">second part</A> to continue with the setup process.")); so_puts(in_store, _("<UL> ")); - so_puts(in_store, _("<LI>Firtst, login to <A HREF=\"https://console.developers.google.com\">https://console.developers.google.com</A>,")); + so_puts(in_store, _("<LI>First, login to <A HREF=\"https://console.developers.google.com\">https://console.developers.google.com</A>,")); so_puts(in_store, _("and create a project. The name of the project is not important.")); - so_puts(in_store, _("<LI> Go to the Consent screen and make your app INTERNAL.")); - so_puts(in_store, _("<LI> Create OAUTH Credentials")); + so_puts(in_store, _("<LI> Go to the Consent Screen and make your app INTERNAL.")); + so_puts(in_store, _("<LI> Create OAUTH Credentials.")); so_puts(in_store, _("</UL> ")); so_puts(in_store, _("<P> As a result of this process, you will get a client-id and a client-secret.")); so_puts(in_store, _(" Exit this screen, and from Alpine's Main Screen press S U to save these values permanently.")); so_puts(in_store, _(" Then retry login into Gmail's server, skip these steps, and continue with the steps below.")); so_puts(in_store, _("</P><P> Cancelling this process will lead to an error in authentication that can be ignored.")); + so_puts(in_store, _("</P><P> If you completed these steps successfully, you are ready to move to the second part, where you will authorize Gmail to give access to Alpine to access your email.")); } so_puts(in_store, _("</P><P><A NAME=\"secondpart\">In order</A> to authrorize Alpine to access your email, Alpine needs to open the following URL:")); diff --git a/pith/pine.hlp b/pith/pine.hlp index 943b891e..bdca07aa 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 423 2020-05-10 12:09:40 +Alpine Commit 424 2020-05-10 13:47:03 ============= h_news ================= <HTML> <HEAD> |