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
641 stars 182 forks source link

Deleting multiple messages in the Trash folder does not work correctly #422

Closed AnastasiaDolgopolova closed 3 years ago

AnastasiaDolgopolova commented 3 years ago

When I pass the uid array and run it through foreach to move to another folder it works fine.Снимок1 But when I pass the uid array and pass it through foreach to delete messages, then all messages in the Trash folder are deleted, not just those that were passed in the array!? Снимок (At the same time, deleting an array of messages in the Spam, Drafts folders destroyed () method works / or if you transfer only one message to the Trash folder, then the destroyed () method works well)

How can i work with delete () of multiple messages in Trash folder?

I get: 500 (Internal Server Error) Снимок

Webklex commented 3 years ago

Hi @AnastasiaDolgopolova , many thanks for your report. Unfortunately this isn't the right repository. Please head over to https://github.com/Webklex/php-imap/issues/new?assignees=&labels=&template=bug_report.md and create it over there.

Please try to answer as many of the questions mentioned in the issue template as possible. Especially regarding the used software versions.

Perhaps this issue is related to https://github.com/Webklex/php-imap/issues/106?

Best regards,

AnastasiaDolgopolova commented 3 years ago

Unresolved issue moved to https://github.com/Webklex/php-imap/issues/182.