Posted by Eric on 05/18/07 22:02
Hello,
I am using imap_open ("{pop.server.com:110/pop3/
notls}INBOX","user","password") in a page that gets emails with pop3
protocol.
Imap_open works perfectly on my PC + easyphp1.8, but not on a server +
Debian + php5/Apache2 + php5-imap. Error message is "Couldn't open
stream". Looking further (print_r(imap_errors())), the real error
message is "Security problem: insecure server advertised AUTH=PLAIN".
But I do not understand this message ...
Eric
[Back to original message]
|