Hi All,
Im getting the below given error, when i try to close the open stream (imap_open stream) using imap_close($mbox);
" ERROR : STORE failed: Sequence invalid "
My Code is :
$mbox = imap_open("{localhost}INBOX","usernamxx","passwrd");
$status = imap_status($mbox,"{localhost}INBOX",SA_ALL);
imap_close($mbox);
Anybody having idea why this error occured?
<< Jayaraj >>