Android Question Problem with POP3

peggjones

Active Member
Licensed User
Longtime User
I can't seem to get POP3 delete to work.

I download the messages with the following statement.

pop.DownloadMessage(messages.GetKeyAt(i), True)

After all the messages are downloaded I do

pop.Close

When I look at my Gmail account all the messages are still there.

Thanks.
 

sorex

Expert
Licensed User
Longtime User
Since most service like gmail & outlook are multi device sync based they might prevent deletion of mails through mobile devices.

I know outlook(.com) has a setting to prevent accidental deletion when setting up a mobile device with the mailbox.
 
Upvote 0

peggjones

Active Member
Licensed User
Longtime User
Does anyone know of an email provider that does allow deletions via POP3?

Presumably they must exist otherwise there would be no point in having the facility!

Thanks.
 
Upvote 0

peggjones

Active Member
Licensed User
Longtime User
Thanks, you're right there is a setting in Gmail. I've changed it and everything is working now.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…