This is the simplified original version of the email.
At the line beginning with "To:" there is an expression "=?utf-8?Q??=" which should simply be parsed to an empty string.
Instead it keeps as it is.
Please parse =?utf-8?Q??= to an empty string.
Delivered-To: notimportant@gmail.com
Date: Thu, 10 Sep 2020 09:29:57 -0400
To: =?utf-8?Q??= <receiver@gmail.com>
From: From <from@gm
PHP-IMAP is a wrapper for common IMAP communication without the need to have the php-imap module installed / enabled. The protocol is completely integrated and therefore supports IMAP IDLE operation and the "new" oAuth authentication process as well.
This is the simplified original version of the email.
At the line beginning with "To:" there is an expression "=?utf-8?Q??=" which should simply be parsed to an empty string.
Instead it keeps as it is.
Please parse =?utf-8?Q??= to an empty string.