Frends.IMAP.ReadEmail / 2.2.0
Summary
Reads a mailbox over IMAP and can save attachments to a directory, returning message details together with the paths of what it saved.
Typical use — mail-triggered integrations against any standard mail server; the Exchange Task is the better fit for Microsoft 365
Settings for IMAP and POP3 servers
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| Host | String |
imap.frends.com |
imap.frends.com |
Host address |
| Port | Int32 |
993 |
993 |
Host port |
| UseSSL | Boolean |
True |
true |
Use SSL or not |
| AcceptAllCerts | Boolean |
False |
false |
Controls whether task will save attachments to designated directory or not |
| UserName | String |
accountName |
user |
Account name to login with |
| PasswordSecret | String |
– | *** |
Account password |