Author |
|
ira.whitman Newbie
Joined: 24 March 2021 Location: United States
Online Status: Offline Posts: 2
|
Posted: 04 December 2023 at 8:54am | IP Logged
|
|
|
Working with my gmail account.
I have an application that's been running for years.
It calls Pop3.DeleteMessages() and shortly thereafter Pop3.Disconnect().
The messages are marked for deletion by DeleteMessages(); I know because Pop3.InboxMessageCount is reduced.
Disconnect() return true (success).
But the messages remain visible in the Inbox in GMail.
I can delete the messages using GMail.
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 05 December 2023 at 1:32am | IP Logged
|
|
|
From our documentation:
https://afterlogic.com/mailbee-net/docs/#getting_started_with_imap_pop3.html#GmailIssues
Gmail does not allow the client to delete e-mail from the mailbox. Delete commands are simply ignored.
You can, however, change When messages are accessed with POP setting to automatically delete or archive the e-mails you downloaded. This way Pop3.DownloadEntireMessage will also have effect of Pop3.DeleteMessage.
Regards,
Alex
|
Back to Top |
|
|
ira.whitman Newbie
Joined: 24 March 2021 Location: United States
Online Status: Offline Posts: 2
|
Posted: 05 December 2023 at 6:53am | IP Logged
|
|
|
I didn't find that; thank you.
|
Back to Top |
|
|