Email server | Any string | Email server to connect to |
Email user | Any valid email address | Email address which to obtain emails from |
Password | Any string | Password of the email user |
Server type | POP3, IMAP, POP3 with SSL, IMAP with SSL/TLS | Type of connection to the email server |
Polling interval | Any string | Polling interval in seconds (default is 300) |
Action to take after reading emails | Mark as seen, Delete, Move to write folder | Defines what to do with an email after its read. If POP3 protocol is selected, the email can't be moved to a different directory |
Read folder | Any string | Name of the directory from which to read emails. |
Write folder | Any string | Directory to move the emails to after they are read (only used if the "Move to write folder" option is selected) |
Email content format | TEXT, JSON, XML, DELIMITED | Format of the content of the email |
Delimiter between fields | "Newline" or any character | Defines the delimiter between fields to use in the message (only used if the DELIMITED format is selected) |
Delimiter between key and value | Any character or string | Defines the delimiter between the key and value of the message fields (only used if the DELIMITED format is selected) |