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

DonManfred

Expert
Licensed User
Longtime User
With GMX in Germany this code works... Sure i used my right credentials... In Example it is x'ed
 

Attachments

  • pop3test.zip
    6.4 KB · Views: 210
Upvote 0
Top