Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.2.0

Bug #6493 delete() sometimes fails without errors but delete did not occur
Submitted: 2006-01-14 19:19 UTC
From: wim dot delvaux at adaptiveplanet dot com Assigned:
Status: Open Package: Mail_IMAPv2
PHP Version: 5.1.0 OS: linux
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wim dot delvaux at adaptiveplanet dot com
New email:
PHP Version: Package Version: OS:

 

 [2006-01-14 19:19 UTC] wim dot delvaux at adaptiveplanet dot com
Description: ------------ Calling $IMap->delete($ID) and then $IMap->expunge() sometimes does not delete the message on the server. I notice this because I poll a POP server every 5 seconds and notice that sometimes the messages that should have been deleted in the previous loop still exist in the next loop. I have added $IMap->errors->hasErrors() but that does not produce TRUE so there are not errors, right ?

Comments