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.
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.
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.
Problem solved... I made this link and it worked.... {in.pop.mail.yahoo.com:995/pop3/ssl}INBOX Code (markup): HTH..
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?