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 — Converte uma string imprimível escapada em uma string de 8 bits
Converta uma string imprimível escapada em uma string de 8 bits de acordo com a » RFC2045, seção 6.7.
string
Uma string imprimível escapada
Retorna uma string de 8 bits, ou false
em caso de falha.
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.