I am trying to get all UNREAD emails from the 'sent mail' folder in my gmail account.
The problem is Gmail automatically set all the sent item flag to 'Flag.SEEN'. Whenever I try to retrieve only the messages that have not been seen yet, nothing is returned because I am searching the folder only for messages that have not been seen.
I tried to flag (Flag.FLAGGED) each message I read, but gmail DELETES all the messages I flagged.
Ulf Dittmer wrote:How could a sent email possibly be unseen?
This is what I am trying to say, all the sent items are 'seen' but is there any other flag or method to only retrieve the messages from 'sent mail' folder that have not been read by the application?