imap_open("{".HOST.":143/[email protected]/novalidate-cert}INBOX", $email , $pass);
The above line is illustrative, I am here to help you 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 the emails from the SPAM folder to another. My problem is how to make this connection to each account, so I saw the imap function of php does not select bulk accounts for this task.
Thanks in advance for your help!