|
Posted by Georgi Ivanov on 11/30/05 13:29
Hi ,
I'm trying to move some mail from one dir to another:
$mbox=imap_open(...);
imap_mail_move($mbox,"2","INBOX,Sent") or die (imap_last_error());
I get this error :
error in imap command received by server .
I'm not sure what this error means. Any suggestions?
Thanks in advance.
Navigation:
[Reply to this message]
|