我为imap_open找到了许多答案。无法打开流。但是没有解决方案对我有用,因此我仍在寻求针对此问题的其他解决方案,这就是我的代码:
我的代码
$server = '{localhost:110/pop3}INBOX';
$adresse ='new@harmony.com';
$password = 'edinfredin';
$mbox = imap_open($server,$address,$password,OP_READONLY);
错误消息
Warning: imap_open(): Couldn't open stream {localhost:110/pop3}INBOX in C:\xampp\htdocs\dankesSeite\readMail.php on line 22
有人可以告诉我其他解决方案吗?