hi. i'm php developer in korean.
quoted print decode works
well,
but <font
color=blue>quoted_printable_decode(str_replace("=\r\n","",$string)</font>
works better when MIME email decode.
MIME mail feeds every 76 char
(maybe).
and feeding line tlanslate "=\r\n"
so, it
better that use <font
color=blue>quoted_printable_decode(str_replace("=\r\n","",$line)</font>
when
quoted printable MIME decoding.
I test under php3.0.11,..