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 — Konvertiert einen quoted-printable-kodierten String in einen 8-Bit-String
Konvertiert einen quoted-printable String in einen 8-Bit-String gemäß » RFC2045, Abschnitt 6.7.
string
Ein quoted-printable-kodierter String
Gibt einen 8-Bit-String zurück. Bei einem Fehler wird false
zurückgegeben.
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.