how do i acces my Mailbox stored in ~/mail;
(~/mail created using .procmailrc)
here is my code:
$im = imap_open("{".$server."/pop3:110}",$username, $password);
//i'm connected
$arr_box = listmailbox($im, "{$server/pop3:110}", "~/mail/*");
But i have an empty array...