From 3e2efb5fd87f6c077b01bd3bb5ee90719b622359 Mon Sep 17 00:00:00 2001 From: Harshil Date: Mon, 1 Feb 2021 12:32:02 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1Add=20documentation=20for=20Yahoo=20ma?= =?UTF-8?q?il?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nodes/credentials/IMAP/README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/docs/nodes/credentials/IMAP/README.md b/docs/nodes/credentials/IMAP/README.md index cd8bd9bf3..f345b7f7c 100644 --- a/docs/nodes/credentials/IMAP/README.md +++ b/docs/nodes/credentials/IMAP/README.md @@ -44,7 +44,26 @@ Create an email account on a service with IMAP support. **Note:** Before executing the node, set the ***Ignore SSL Issues*** option to true as the Gmail certificate is self-signed. +## Using Yahoo Mail + +1. Open your [Yahoo Mail](https://mail.yahoo.com) account. +2. Click on your avatar on the top right and select 'Account info'. +3. Click on the ***Account security*** tab in the left sidebar. +4. Scroll down to the bottom and click on ***Generate app password***. +5. Select 'Other app' from the ***Select your app*** dropdown list. +6. Enter the name of the app in the ***Enter custom name*** field. +7. Click on the ***Generate*** button. +8. Copy the displayed password. +9. Enter the name for your credentials in the ***Credentials Name*** field in the 'IMAP' credentials in n8n. +10. Enter your email address in the ***User*** field. +11. Paste the password you copied earlier in the ***Password*** field. +12. Enter `imap.mail.yahoo.com` in the ***Host*** field. +13. Toggle ***SSL/TLS*** to `true`. +14. Click on ***Save*** to save your credentials. + ## Further Reading -- [Set up IMAP](https://support.google.com/mail/answer/7126229?hl=en) -- [Sign in with App Passwords](https://support.google.com/accounts/answer/185833?hl=en) +- [Set up IMAP for Gmail account](https://support.google.com/mail/answer/7126229?hl=en) +- [Sign in with App Passwords for your Gmail Account](https://support.google.com/accounts/answer/185833?hl=en) +- [Set up IMAP for Yahoo mail account](https://help.yahoo.com/kb/sln4075.html) +- [Sign in with App Passwords for your Yahoo mail Account](https://help.yahoo.com/kb/generate-manage-third-party-passwords-sln15241.html)