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 — quoted-printable 文字列を 8 ビット文字列に変換する
(» RFC2045, section 6.7 に基づき)quoted-printable 文字列を 8 ビット文字列に変換します。
string
quoted-printable 文字列。
8 ビット文字列を返します。
失敗した場合に false
を返します
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.