in reply to Mail::POP3Client Delete

Oh.. Checked the file permissions on the que, its a Linux box with Sendmail, lets see, I think that's about it.

Thanks

webadept

Every day someone is doing what someone else said is impossible.

Replies are listed 'Best First'.
Re^2: Mail::POP3Client Delete
by Anonymous Monk on Oct 22, 2018 at 06:08 UTC
    To delete the message I do this: $msg = $pop->Uidl($m); my @id = split(/\s+/, $msg); $msg = "@id[0]"; $pop->Delete($msg);