-1
imap_open("{".HOST.":143/[email protected]/novalidate-cert}INBOX", $email , $pass);
The line above is illustrative, I seek here a help to use these parameters correctly.
I’ll explain what I need to do.
I need to access the Zimbra mailbox, access one user at a time and move emails from the spam folder to another. My problem is how to make this connection to each account, so I saw php’s imap function does not select bulk accounts for this task.
Thanks for your help!