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

get replies for specific message #490

Open ahmed2015885 opened 9 months ago

ahmed2015885 commented 9 months ago

hello i want to ask question how to get replies for specific message i use this code and not work $replies = $message->getReplies();