P peggjones Active Member Licensed User Longtime User Aug 8, 2014 #1 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.
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.
S sorex Expert Licensed User Longtime User Aug 8, 2014 #2 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
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.
P peggjones Active Member Licensed User Longtime User Aug 8, 2014 #3 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
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.
P peggjones Active Member Licensed User Longtime User Aug 8, 2014 #4 Thanks, you're right there is a setting in Gmail. I've changed it and everything is working now. Upvote 0
DonManfred Expert Licensed User Longtime User Aug 8, 2014 #5 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: 275 Upvote 0