Email event adapter is an internal event adaper that comes with WSO2 products by default. It can be configured with XML, text, and JSON input mapping types.
...
- Log in to product's management console, and click Configure.
- Click Input Event Adaptors in the Event Processor Configs menu, and then click Add Input Event Adaptor.
Enter details as shown in the below example.
Properties of the above configuration are described below.Property Description Event Adaptor Name Name of the input event adapter Event Adaptor Type Type of the input event adapter Receiving Mail Address Mail address, where the product used to retrieve the mails Receiving Mail Protocol Can be either POP or IMAP (If you select IMAP, make sure it is enabled in your email account settings) Poll Interval In which The time limit, in which the product needs to check for new mails Receiving Mail Protocol Host: pop.gmail.com for POP, and imap.gmail.com for IMAP Receiving Mail Protocol Port 995 for POP, and 993 for IMAP User Name Username of the email account Password Username of the email account Receiving Mail Protocol Port SocketFactory Class Class of the receiving mail protocol port Receiving Mail Protocol SocketFactory FallBack To enable or disable fallback of the receiving mail protocol class - Click Add Event Adaptor.
...