laravel-imap
laravel-imap copied to clipboard
is there any way to move mail from one account to another account using Message::move() function ?
Please be aware that these issues will be closed if inactive for more then 14 days :)
@Webklex need help !!
Hi @jil1092000 ,
thanks for your question. It is possible, but not so trivial. You could use Folder::appendMessage() to "create" a new mail inside the mailbox of the other account.
Here is the method: https://github.com/Webklex/php-imap/blob/master/src/Folder.php#L279
Best regards & happy coding,