wking0702
wking0702
In the \PhpImap\DataPartInfo::decodeAfterFetch method, the "imap_binary" function is used when processing ENCBINARY encoding. But "imap_binary" returns "base64 string" (details: [https://www.php.net/manual/en/function.imap-binary.php](https://www.php.net/manual/en/function.imap-binary.php)). Bug in this possition: [src/PhpImap/DataPartInfo.php#L98](https://github.com/barbushin/php-imap/blob/5.x/src/PhpImap/DataPartInfo.php#L98) For test: run code `print...
### The problem Hello. I've encountered an issue where dataMessage.message is always null. Initially, after connecting, the data was received, but over time, only "empty" messages were sent. Interestingly, there...