WSO2 micro integrator email connector list always return empty list

26 Views Asked by At

I have been using Email Connector 1.1.1 to list the emails from AWS Workmail using IMAPS connection. It returns like this

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <emails />
    </soapenv:Body>
</soapenv:Envelope>

My list configuration is as below

 <email.list configKey="imapsconnection">
        <deleteAfterRetrieve>false</deleteAfterRetrieve>
        <folder>{$ctx:folder}</folder>
    </email.list>

It works with send function but list does not.

0

There are 0 best solutions below