Results 1 to 4 of 4

Thread: Problem with imap_open and ssl

  1. #1

    Problem with imap_open and ssl

    I'm having trouble accessing my gmail account through the mail handler in PHP. I looked at the code, and I'm getting hung up on PHP's imap_open() function.

    I'm trying to do the following

    $mbox = imap_open("{imap.gmail.com:993/imap/ssl/novalidate-cert}", "xxxxx@gmail.com", "xxxxx") or die("Failed with error: ".imap_last_error());
    And get the following error

    Can't open mailbox {imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX: invalid remote specification )

    PHP configuration: http://www.bacuro.com/mblog/info.php
    Hardware: ASUS WL500W
    Firmware: Olegs
    Webserver: lighttpd, eaccelerator, php

    Someone managed to get imap_open work on olegs?
    All help is appreciated.

  2. #2
    No one tried to read from mailbox with PHP on a Asus/Olegs modified router?

  3. #3
    Try installing openssl

  4. #4
    Openssl is already installed,

    OpenSSL support enabled
    OpenSSL Version OpenSSL 0.9.7m 23 Feb 2007

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •