International PHP Conference Munich 2025

Voting

: max(seven, three)?
(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