PHP 8.5.0 Alpha 4 available for testing

Voting

: min(zero, two)?
(Example: nine)

The Note You're Voting On

erational
12 years ago
the function is using the message number (and not the uid !)
$uid = $mail->uid;
$msgno = $mail->msgno;

if you want to use the uid, simply option value
imap_delete($mbox, $uid, FT_UID);

<< Back to user notes page

To Top