[Dovecot] Why imap_open doesn't work as is expected to?
    Joseph Tam 
    jtam.home at gmail.com
       
    Wed Dec 21 11:10:58 EET 2011
    
    
  
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>
    
    
More information about the dovecot
mailing list