PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Mail » Mail_IMAPv2 » Bug #6493

delete() sometimes fails without errors but delete did not occur

Details

Submitted2006-01-15 00:19 UTC
Fromwim dot delvaux at adaptiveplanet dot com
StatusBogus
PackageMail_IMAPv2
PHP Version5.1.0
OSlinux
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 ?