Yahoo pop address for fetching emails via PHP IMAP

Discussion in 'PHP' started by computerzworld, Apr 20, 2009.

  1. #1
    Hello,
    I am having yahoo india account & they provide me free pop access for downloading emails. What is the pop/imap address for yahoo in order to fetch emails via imap_open? As we are using for gmail and passing them in imap_open function.

    
    //For IMAP,
    {imap.gmail.com:993/imap/ssl}INBOX
    //For pop,
    {pop.gmail.com:995/pop3/ssl/novalidate-cert}INBOX
    
    Code (markup):
    What is the yahoo address for fetching yahoo mails? Please help me. Thanks in advance.
     
    computerzworld, Apr 20, 2009 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    pop.mail.yahoo.com (port 110) I think? Dunno if the use a specific server for india-based accounts, if so it would probably be the same just change the TLD.
     
    PoPSiCLe, Apr 20, 2009 IP
  3. computerzworld

    computerzworld Active Member

    Messages:
    214
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Here are the values which are there in pop mail settings.

    Incoming Mail Server (POP3): in.pop.mail.yahoo.com Use SSL, port: 995

    I tried providing this link also but it didn't worked.
     
    computerzworld, Apr 21, 2009 IP
  4. computerzworld

    computerzworld Active Member

    Messages:
    214
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Problem solved...
    I made this link and it worked....
    
    {in.pop.mail.yahoo.com:995/pop3/ssl}INBOX
    
    Code (markup):
    HTH..
     
    computerzworld, Apr 21, 2009 IP
  5. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #5
    what is difference between imap and pop ?
     
    MeetHere, Apr 21, 2009 IP
  6. computerzworld

    computerzworld Active Member

    Messages:
    214
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #6
    I got one link by googling..Check it here :)
     
    computerzworld, Apr 21, 2009 IP
  7. computerzworld

    computerzworld Active Member

    Messages:
    214
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #7
    Again I am facing one problem.. It takes much time to load the mail subjects and mail body even if I have provided paging over it. Is there anyway to reduce the loading time while fetching mails?
     
    computerzworld, Apr 21, 2009 IP