I need to search emails that are not from a Domain (I already do this) and that are not replies of emails.
I use CkImap_Search , and for the search Criteria I will use fristCriteria + « AND » and the secondCriteria.
I need you feedback( for the secondCriteria) of the best way to filter message that are replies.
I was thinking of subject begining with ‘Re : ‘ but that’s maybe not the clever way to check this.
What’s your thought ?