mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| permalink | description |
|---|---|
| /credentials/imap | Learn to configure credentials for the IMAP node in n8n |
IMAP
You can use these credentials to authenticate the following nodes with IMAP.
Prerequisites
Create an email account on a service with IMAP support.
Using IMAP
- Retrieve your login credentials and IMAP connection parameters.
- Use the login credentials and IMAP connection parameters with your IMAP Email node credentials in n8n.
- Click on the Save button to save your credentials.
Using Gmail
- Access your Gmail account.
- Click on the gears icon on the top and click on See all settings.
- Click on the Forwarding and POP/IMAP tab.
- Under the IMAP access section, select 'Enable IMAP'.
- Click on the Save Changes button.
- Go to your Google Account page.
- Click on Security on the left sidebar.
- Click on 2-Step Verification under the Signing in to Google section.
- Set up your 2-Step Verification method.
- Click on App passwords under the Signing in to Google section.
- Select 'Mail' from the Select app dropdown list.
- Select 'Other' from the Select device dropdown list.
- Enter a name in the text field.
- Click on the GENERATE button.
- Copy the displayed password.
- In the IMAP node credentials, enter your email address in the User field. For example,
example@gmail.com. - Paste the App password you copied in Step 15 in the Password field.
- Enter
imap.google.comin the Host field. - Toggle SSL/TLS to
true. - Click on Save to save your credentials.
Note: Before executing the node, set the Ignore SSL Issues option to true as the Gmail certificate is self-signed.