From 85d161a10bc617225bec531bd1146acf4a1edb30 Mon Sep 17 00:00:00 2001 From: dahlo Date: Mon, 4 Apr 2022 16:08:13 +0200 Subject: [PATCH] Added comment about less secure apps in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110af6e..6443746 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ python3 gmail_attachment_fetcher.py ``` # TODO -* Requires the user to activate support for unsecure apps (https://myaccount.google.com/lesssecureapps but this will be disabled in May 2022), or adding a "app password" if you are using 2fa, possible to work around it with oauth2 (https://stackoverflow.com/questions/5193707/use-imaplib-and-oauth-for-connection-with-gmail). No time to figure out the tokens etc right now. +* Requires the user to activate support for unsecure apps (https://myaccount.google.com/lesssecureapps but this will be disabled in May 2022), or adding a "app password" if you are using 2fa (https://support.google.com/accounts/answer/185833), possible to work around it with oauth2 (https://stackoverflow.com/questions/5193707/use-imaplib-and-oauth-for-connection-with-gmail). No time to figure out the tokens etc right now. * The script is really a IMAP attachment fetcher, should move the server url and port to the config file to make it more general.