mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-05 14:23:35 +03:00
commit
6a8d11e9dd
1 changed files with 4 additions and 1 deletions
|
@ -650,6 +650,9 @@ class Message
|
|||
*/
|
||||
public function moveToMailBox($mailbox)
|
||||
{
|
||||
return imap_mail_copy($this->imapStream, $this->uid, $mailbox, CP_UID | CP_MOVE);
|
||||
$returnValue = imap_mail_copy($this->imapStream, $this->uid, $mailbox, CP_UID | CP_MOVE);
|
||||
imap_expunge($this->imapStream);
|
||||
|
||||
return $returnValue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue