Hi DÃ ibhidh,
Excellent work on this.
This solves the problem.
Now, I put my "quoted_printable_decode"
function in the POPclient.php, that way,
if you enhance your mail system with more
programs or calls to POP->retr, you will
always have the decoded message
returned to you.
Here is where I changed it.
Chap 3, page 72, about the 22nd line down,
(which is in the function retr)
I changed it from
to this
Code:
return quoted_printable_decode($message);
I tested this on Hotmail and Yahoo and it works great!