summaryrefslogtreecommitdiff
path: root/alpine
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-27 21:10:36 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-27 21:10:36 -0600
commit58de0f58504432bddc4a340cf3d06abc65d1022e (patch)
treed65647cb1abcdab58cef846b0647bccd557b77e6 /alpine
parentc68e7d4015ce068d1d495e3f35f8f0eb84d9e4d6 (diff)
downloadalpine-58de0f58504432bddc4a340cf3d06abc65d1022e.tar.xz
* Update to some information on configuring Gmail with XOAUTH2.
Diffstat (limited to 'alpine')
-rw-r--r--alpine/imap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine/imap.c b/alpine/imap.c
index d081228..a8c3b6d 100644
--- a/alpine/imap.c
+++ b/alpine/imap.c
@@ -447,9 +447,9 @@ oauth2_get_access_code(unsigned char *url, char *method, OAUTH2_S *oauth2, int *
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>First, 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> Go to the Consent Screen and make your app INTERNAL, if your account is a G-Suite account, and EXTERNAL if it is a personal account."));
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."));