我使用這個庫讀取郵件:https://github.com/barbushin/php-imapPHP IMAP連接中斷(服務器響應)(ERRFLG = 2)
當試圖從郵箱($mailsIds = $mailbox->searchMailbox('ALL');
)的所有郵件,我得到這個錯誤:
Caught exception: Connection error: [CLOSED] IMAP connection broken (server response) Notice: Unknown: [CLOSED] IMAP connection broken (server response) (errflg=2) in Unknown on line 0
郵箱位於Microsoft Exchange Server。 P.S.該解決方案不幫:PHP IMAP Exchange Issue
我的腳本是不一樣的服務器上,而我沒有IMAPD,腳本嘗試連接到MS Exchange服務器。 – darjus