Hi all,
I am trying to achieve the following:
When an email is received with a specific subject field, I want to trigger an autoit script.
I am not sure how to do the first part (monitor emails and check for the email subject filed, or even better, email content).
I have no specific requisites about the email client, it could be outlook, thunderbird, or other. It would be okay as well to read the email header only from an online gmail account.
I know it is possible with a gmail account (there are severals widgets that can do that) but I was wondering if this can be done using autoit ? My programming knowledge is very poor, and I doubt I can go through the use of Google APIs for this.