Re: [PHP] POP mail delete

2001-03-27 Thread Johannes Janson
Hi, i'm not that much into mail functions but my manual tells me that impa_delete selects a message to be deleted. imp_expunge delets all selected messages. look into the correct syntax Johannes "Miguel Carvalho" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECT

[PHP] POP mail delete

2001-03-27 Thread Miguel Carvalho
I, i'm a little new to PHP. I'm sorry if this question has already be answerd, but i have i have searched the list, and i have not found any arcticle about it. My question is: How do i delete a message from a POP server, using PHP functions? I have tried, imap_setflag_full, imap_delete, bu