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 — Bir 7 bitlik dizgeyi 8 bitlik dizgeye dönüştürür
   Belirtilen 7 bitlik (quoted-printable kodlu) dizgenin
   kodlamasını » RFC2045, bölüm 6.7'ye
   uygun olarak 8 bite dönüştürür.
  
dizge
       7 bitlik (quoted-printable) dizge.
      
   8 bitlik dizge döner, başarısızlık durumunda false döner.
  
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.