dinamietis Posted October 2, 2008 Share Posted October 2, 2008 I use imap PHP library to read pop3 mail from my gmail account, but my problem is that when i delete mail or read it using those functions, it does not disappear from my browser gmail inbox, although php says that inbox is empty. It seems that there are two parallel identical mails. Is there a way to delete also the ones that i see in my inbox, when exploring it using web browser? Link to comment https://forums.phpfreaks.com/topic/126722-solved-php-deleted-mail-is-still-in-the-inbox/ Share on other sites More sharing options...
ratcateme Posted October 2, 2008 Share Posted October 2, 2008 have a look through the POP3 settings in gmail. it creates 2 copies of the email when it comes in one is sent to the webclient and one to the POP3 server you have to tell gmail to delete the emails in your web inbox when they are deleted from the POP3 server Scott. Link to comment https://forums.phpfreaks.com/topic/126722-solved-php-deleted-mail-is-still-in-the-inbox/#findComment-655458 Share on other sites More sharing options...
dinamietis Posted October 2, 2008 Author Share Posted October 2, 2008 Exactly what I was looking for, thank you Link to comment https://forums.phpfreaks.com/topic/126722-solved-php-deleted-mail-is-still-in-the-inbox/#findComment-655463 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.