Android Question POP3: how to check only new emails ?

juanjo3691

Member
Licensed User
Longtime User
Hello, when i check my emails i can see an email data with the POP_DownloadCompleted function. Into this function we can check the email with this code:

B4X:
    Dim m As Message
m = MailParser.ParseMail(Message, File.DirRootExternal)
Dim m_subjet As String = m.Subject

But where or how can i know if an email is new, it has not been open yet. ?

Thanks to all.
 
Last edited:

juanjo3691

Member
Licensed User
Longtime User
Thanks, DonManfred ... First i thought that when we read an email this information (an email has been read or not) is stored in the server.
I need to store this information locally.
Thanks.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…