- Регистрация
- 01.10.2016
- Сообщения
- 340
- Благодарностей
- 48
- Баллы
- 28
I'm using the zenno poster email processor to process incoming emails.
here's where I'm running into issues i need to retrieve the oldest email that meets the criteria (9 numbers in the subject line minimum) (i don't know how to set my search string to do this)
also after i get the info out of it and set my local variables i want to do my next process's
but when I'm done WITH IT i want to either move the email (imap) to a different folder or delete it upon a successful run though of the other actions that are dependent on the email being in the inbox. (i don't know how to do this)
the option to delete downloaded deletes everything, this wont work as ill have literally 10 or 15's incoming emails that have to be processed at anytime, and i just need to loop it so that the script will process them all not just one and delete all of them
here's where I'm running into issues i need to retrieve the oldest email that meets the criteria (9 numbers in the subject line minimum) (i don't know how to set my search string to do this)
also after i get the info out of it and set my local variables i want to do my next process's
but when I'm done WITH IT i want to either move the email (imap) to a different folder or delete it upon a successful run though of the other actions that are dependent on the email being in the inbox. (i don't know how to do this)
the option to delete downloaded deletes everything, this wont work as ill have literally 10 or 15's incoming emails that have to be processed at anytime, and i just need to loop it so that the script will process them all not just one and delete all of them