Hi,
I am reading mail boxes using imap functions. I get the from address, from name and subject to provide a list of emails pending to be dealt with, for our web based system users. They can then see how many and the basic details in a 'quick list'.
However, when sending emails they always request read receipts which do not need to go into this list. I need to know if there is a way to check if the incoming email is actually just a read receipt.
I can filter the subject for 'Read Receipt' but obviously this is not ideal. Also different email programs return different subject lines, I have seen 'Read: whatever subject' and also just 'Receipt' so obviously this is not practical.
I would be grateful for any ideas!
Panda