5

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 ?

Rubén
  • 34,714
  • 9
  • 70
  • 166
Nik
  • 59
  • 2

1 Answers1

3

Actually, Hotmail dosen't provide IMAP.

Try to configure your POP client like this:

  • POP serveur:
    • pop3.live.com
    • port 995
    • Use SSL
  • Account name:
    • [user]@[hotmail|live|...].[tld] (your Hotmail's mail)
  • The password

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...

Pascal Qyy
  • 4,442
  • 4
  • 31
  • 46