21 Dec
2011
21 Dec
'11
11:10 a.m.
I M profymath@yahoo.com writes:
Question: Why imap_open function doesn't work while getting a mailbox through telnet works perfectly? Note:?imap.so is loaded!?imap.ini is parsed!?
After the imap_open() invocation, you should check for error messages in your PHP logs, or dump all the errors using
imap_errors();
Without more details, I would say you dropped one of those /option-flags or got the mailbox argument syntax wrong.
Joseph Tam jtam.home@gmail.com