imap_open function shows Can't open mailbox..no such mailbox
Posted: Mon Jan 19, 2009 1:16 am
We've a requirement to implement php IMAP functions. I've just started exploring those.
I get to see 'Can't open mailbox .... no such mailbox' message when tried the following way.
$conn = imap_open("\{$server:143/imap}INBOX",$user,$pass);
$server has value of our 'domain name'
user and password have details of mailbox login credentials.
Its driving me mad. pls. help at the earliest.
I get to see 'Can't open mailbox .... no such mailbox' message when tried the following way.
$conn = imap_open("\{$server:143/imap}INBOX",$user,$pass);
$server has value of our 'domain name'
user and password have details of mailbox login credentials.
Its driving me mad. pls. help at the earliest.