SSilence / php-imap-client

a easy solution for simple IMAP email access in php
MIT License
268 stars 138 forks source link

Timeout when connecting to Gmail / Hotmail / Outlook #216

Open alexsdesign opened 6 years ago

alexsdesign commented 6 years ago

When using credentials for Gmail, Hotmail or Outlook, it should pull the list of messages from the inbox. I'm setting the imap address to the correct ones

Gmail: imap.gmail.com Hotmail / Outlook : imap-mail.outlook.com

I'm using the base code, with no changes ... when I try to run the script it timeouts. It works perfectly for my mailbox and another persons mailbox ran (personal domain mailbox)

Anyone else having the same issue?