To configure the EmailReceiver, you will need the following items of information:
Enter these items of information into, respectively, the ECT properties labelled configHost, configUsername, configPassword and configProtocol (you will not have to modify the protocol if you are using IMAP). Optionally, you may also change configFolderName and configPort.
Now change the configured property to value true, and the component should connect to your email account. If this is the case, then the connected property should change to true, and the messageCount property should change to an indication of the number of mails in the selected folder.
To disconnect, set configured to false.
When new email messages are received, they will be placed onto the messages property. If multiple emails are received at once, then an array of emails may be placed onto this property. Emails might be processed by other ECT components eg see ArrayPlayer, SmallDisplayStringExtractor, TestingMessageOutput...