$serv = '{localhost:143}Inbox'; $mb = imap_open($serv,$user,$pass); $res = imap_mail_copy$mb,'1',"Trash",CP_UID); if($re) echo "Yes\n"; else echo "No\n";
what am i doing wrong here?
Does'nt work for me too!!
i'm totally brand new wif IMAP.. but i'll try this:
$res = imap_mail_copy($mb,'1',"INBOX.Trash",CP_UID); if($re) echo "Yes\n"; else echo "No\n";