Android Question Delete email based on subject with POP3? (SOLVED)

MaxWaterfall

Member
Licensed User
Longtime User
Any ideas how to do this? From what I can see you can only choose to delete the message before parsing it.
 

MaxWaterfall

Member
Licensed User
Longtime User
So won't I have to download the message twice? Once to read it and then again if I want to delete it?
So in pseudo it would be:
pop.downloadmessage
parsemessage
read subject
If subject = xxx then
pop.downloadmessagetop(xxxx, true)
 
Upvote 0
Top