Fetch emails
Description
Connects to an imap server and fetches an amount of emails you specified starting from your latest emails from a specified email folder. E.g, 'inbox'
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Host | text | link-manual | true | The host address of the mail server |
| Port | text | link-manual | true | The port number of the mail server, usually 587 or 993 |
| Username | text | link-manual | true | The user name of the account |
| Password | text | link-manual | true | The password of the account |
| Folder | text | link-manual | true | The folder you want to access |
| Amount | number | link-manual | false | The amount of emails you want fetched |
Scenarios
- The user wants to fetch
20emails inside of theinboxfolder from their personal account using their own email server
Use case
Inputs
- Host:
www14.cpi44.host-f.netoremail.domain.type - Port:
587or993 - Username:
email@domain.com - Password:
***** - Folder:
inbox - Amount:
20
Experienced tips
- If you do not specify an email server
Hostaddress, the process will stop and provide you with the following error.connect ECONNREFUSED 127.0.0.1:587 - If you do not specify an email server
Portnumber, the process will continue and use the default port number of587 - If you specify an incorrect email server
Portnumber, the process will stop and provide you with the following error.connect ETIMEDOUT ***.***.**.**:588 - If the username or password is incorrect, the process will stop and provide you with the following error.
Invalid login: 535 Incorrect authentication data
Search Tags
Fetch emails from email server