Reputation: 414
I am trying to access all unread emails of rediff and hotmail using PHP IMAP. I am trying to use imap.live.com:995/imap/ssl as host name for rediffmail but it failed with an error no host found. But when i try for gmail it works. gmail : IMAP HOSTNAME '{imap.gmail.com:993/imap/ssl}INBOX' POP3 HOSTNAME: '{pop.gmail.com:993/ipop3/ssl}INBOX' Does Rediffmail and Hotmail provide any such service to access mailbox.
Upvotes: 1
Views: 7479
Reputation: 412
Hotmail IMAP server settings
Server address: imap-mail.outlook.com
port: 993
So your url will be imap-mail.outlook.com:993/imap/ssl
Upvotes: 1
Reputation: 9675
imap.rediffmail.com port 143. 143 is the default port for IMAP. May I ask why you didn't try that yourself?
Upvotes: 0