This function seems to have a bug, when the quoted-printable string contains a "=" without the HEX code of a Character.
I use the regular quoted_printable_decode instead.
(PHP 4, PHP 5, PHP 7, PHP 8)
imap_qprint — Convertit une chaîne à guillemets en une chaîne à 8 bits
Convertit la chaîne à guillemets string
en une chaîne à 8 bits (selon la » RFC2045,
section 6.7).
string
Une chaîne à guillemets
Retourne une chaîne de caractères à 8 bits, ou false
si une erreur survient.
This function seems to have a bug, when the quoted-printable string contains a "=" without the HEX code of a Character.
I use the regular quoted_printable_decode instead.