I have my own domains and push email server, I want my b4a app to listen for incoming emails and send certain ones to a php script.
I have this working for incoming text messages (using SmsInterceptor), I would now like to do the same with push email.
I've seen the docs for SMTP but this just appears to be for sending emails (got this part working with my own server), how do I *listen* for incoming emails ?, is this possible with b4a at the moment ?.
I have this working for incoming text messages (using SmsInterceptor), I would now like to do the same with push email.
I've seen the docs for SMTP but this just appears to be for sending emails (got this part working with my own server), how do I *listen* for incoming emails ?, is this possible with b4a at the moment ?.