Webklex / laravel-imap

Laravel IMAP is an easy way to integrate both the native php-imap module and an extended custom imap protocol into your Laravel app.
https://www.php-imap.com
MIT License
617 stars 177 forks source link

Can't move email from folder #478

Closed Gustavo-queirozman closed 8 months ago

Gustavo-queirozman commented 12 months ago

How to fix following error? image Code: image

Webklex commented 12 months ago

Hi @Gustavo-queirozman , please enable the debug mode inside your config and make sure you are using the latest release.

You can enable the debug mode inside your config/imap.php file: https://github.com/Webklex/laravel-imap/blob/master/src/config/imap.php#L152

The debug mode will print the entire server communication (outgoing and incoming). This might provide some insight :)

Best regards & happy coding,

Gustavo-queirozman commented 11 months ago

This method not exists: image image

Gustavo-queirozman commented 11 months ago

Not found method "moveToFolder": image What is the script to move? Thanks!

Mysterri1 commented 10 months ago

Hello @Gustavo-queirozman, according to the documentation the method to move a message is "move" :