Search results

  1. P

    PHP imap_open function

    Hi, I have a problem with php version 5.6 installed by custombuild 2.0. When i run the file: $mbox = @imap_open("{imap.gmail.com:993/imap/ssl}INBOX", $mail_username, $mail_password); if(!$mbox) { echo 'Caught exception: ', imap_last_error(), "\n"; } else { $mailboxheaders =...
Back
Top