tFileInputMail ignore attachments, is it possible?
I have a situation where I need to download all emails then filter them out, if they are not in a list continuing processing..
My flow is currently
tPop emails to INPUT folder
tFileList through each file in INPUT folder -> tFileInputMail -> tFilter -> tFileDelete
the next process will iterate through the rest of the emails left. The problem I am running into is that the tFileInputMail must have "Attachment export directory" set and then I have to create a temp folder and then delete if the filter applies. Is it possible to have tFileInputMail ignore the attachment extract?