- Documentation
- Activities
- Receive Emails (IMAP)
Fetch emails from your inbox using server settings
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Email Provider emailProvider | enum | Optional | gmail | —gmailoutlookyahoocustom |
IMAP Server imapHost | string | Optional | — | — Shown when emailProvider = custom |
IMAP Port imapPort | number | Optional | 993 | — Shown when emailProvider = custom |
Email Address email | string | Required | — | — |
Password or App Password password | password | Required | — | — |
Folder imapFolder | string | Optional | INBOX | — |
Maximum Emails maxEmails | number | Optional | 10 | — |
Unread Only unreadOnly | boolean | Optional | false | — |
Output Variable outputVariable | variable | Optional | IMAPEmails | — |
Output
IMAPEmailsArrayList of email messages retrieved via IMAP
lengthNumber[index].subjectString[index].fromString[index].toString[index].bodyString[index].dateString[index].unreadBoolean[index].hasAttachmentsBoolean
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Delete Email
Delete an email (moves to Deleted Items)
Forward Email
Forward an email to another recipient
Get Outlook Emails
Fetch emails from Outlook app on your computer
Mark Email Read/Unread
Mark an email as read or unread
Move Email
Move an email to a different folder
Reply to Email
Reply to an email in Outlook