php-imap
php-imap copied to clipboard
Error decoding subject
Hello.
I am using version 5.5 with php 8.0. I have an error that I attach in an image. The problem is that it is not able to decode an email subject. It has a character that it is not able to resolve and returns something strange.
This is how I get the issue currently
$message->getSubject()->toString()
How could I solve it?