I'm trying almost 2 days with many different classes and codes to download emails from hotmail but still can't find any working code.
Does anybody have working code that can download emails from hotmail ?
I'm trying almost 2 days with many different classes and codes to download emails from hotmail but still can't find any working code.
Does anybody have working code that can download emails from hotmail ?
Actually, Hotmail dosen't provide IMAP.
Try to configure your POP client like this:
pop3.live.com
995
[user]
@[hotmail|live|...]
.[tld]
(your Hotmail's mail)You can also take a look to HAIL - The PHP Hotmail Client
And to this POP3 e-mail client under BSD Licence from PHP Classes
But please, can you provide more specifics details about what you are trying to do, and especially how. This will help us to helping you...