The IBM ACE email node does not automatically detect a mailbox; instead, it must be explicitly configured with the credentials for the mailbox it is meant to monitor. I think below configuration step will clarify you, in case you want to configure a specific mailbox or folder.
- Configure the server connection: Select the
EmailInput
node to open its properties. On the Basic tab, configure the following:
- Protocol: Select
imap
(or imaps
for a secure connection). The IMAP protocol is required to read specific folders, as the POP3 protocol only supports the inbox.
- Email server: Enter the URL for your IMAP server in the format
imap://hostname:port
(or imaps://hostname:port
). For example, imaps://imap.gmail.com:993
.