Hi, everybody! 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!?
I M <profymath at 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 at gmail.com>