Results 1 to 3 of 3

Thread: Imap Open

  1. #1
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755

    Imap Open

    Hi all,

    I'm trying to set up a script to receive mail on my account. At the moment my imap open function looks like this:

    PHP Code:
    $MAILSERVER="{localhost/imap}";
    $link=imap_open($MAILSERVER"username","pass"); 
    Although this does return emails, it's emails from the wrong account. When I put different username and password details that apply for another account, it just doesn't return anything. So, my question is how do I get to view these other email accounts? Is it related to the mailserver?

    Thanks,
    Mike
    Don't you just love free internet games ?

  2. #2
    Registered Mike's Avatar
    Join Date
    May 2003
    Location
    UK
    Posts
    2,755
    Ok, problem sorted. I just tried a random port in the mailserver part and it worked.
    Don't you just love free internet games ?

  3. #3
    Site Contributor
    Join Date
    Oct 2003
    Location
    Sweet Carolina
    Posts
    736
    Good

Similar Threads

  1. Open source mailing list
    By danielng in forum General Promotion
    Replies: 12
    Last Post: 12-15-2005, 06:27 PM
  2. Open letter to Google
    By davesplace1 in forum Search Engine Optimization
    Replies: 14
    Last Post: 12-26-2004, 12:32 AM
  3. Pop Imap
    By thebillionaire in forum General Chat
    Replies: 2
    Last Post: 09-01-2004, 10:59 AM
  4. Replies: 2
    Last Post: 07-21-2004, 12:37 AM
  5. SearchFeed not open to UK residents?
    By Dan Morgan in forum Advertising & Affiliate Programs
    Replies: 23
    Last Post: 03-17-2004, 02:18 AM

Bookmarks

Posting Permissions

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