You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to connect to outlook account to retrieve new emails.. using imap config, but I receive timeout error even when I'm trying to get one email!
my code was OK with gmail mail server, and I could get max 30 emails each time.. but with outlook I don't know what did I miss!
my problem solved, but it wasn't because of the UTF-8 charset, in imap_search, actually I was getting the error while connecting to server not searching.. and it solved when I changed encryption from tls to ssl!
and now it works even without setting null for charset in imap_search.
Hi,
I'm trying to connect to outlook account to retrieve new emails.. using imap config, but I receive timeout error even when I'm trying to get one email!
my code was OK with gmail mail server, and I could get max 30 emails each time.. but with outlook I don't know what did I miss!
this is part of my code:
The text was updated successfully, but these errors were encountered: