Results 1 to 2 of 2

Thread: [Resolved] imap_open();

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    [Resolved] imap_open();

    This simple code doesn't work:

    Code:
    <?php
        $mbox = imap_open("{localhost:110/pop3}INBOX", "user_id", "password");
    ?>
    IMAP library is installed. I get the following error:

    Warning: imap_open(): Couldn't open stream {localhost:110/pop3}INBOX in /home/host_name/public_html/folder/folder2/folder3/index.php on line 2
    Any ideas?
    Last edited by The Hobo; May 4th, 2003 at 08:37 PM.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  2. #2

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    ah, the user_id and password are wrong...
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

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



Click Here to Expand Forum to Full Width