Home » Mail » Mail_IMAPv2 » Bug #6493
delete() sometimes fails without errors but delete did not occur
Details
| Submitted | 2006-01-15 00:19 UTC |
|---|---|
| From | wim dot delvaux at adaptiveplanet dot com |
| Status | Bogus |
| Package | Mail_IMAPv2 |
| PHP Version | 5.1.0 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2006-01-15 00: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 ?