I am developing Java app through which I am connected to GMAIL POP server successfully. Also while fetching messages I encounter into issue reported as: GMAIL POP ISSUE. I encounter into other GMAIL posts that explains behaviour for GMAIL POP link.
EDIT:
After following that post I am still not getting Why GMAIL server does not mark my mails as popped when I call getMessages()
.
Due to that GMAIL is not able to return me next batch of emails.
I found that after calling getMessages(), GMAIL doesn't mark the emails as POPPED which are retrieved by getMessages()
function.
Please let me know if any other way to retrieve GMAIL mails and also marked them as POPPED.