Hi,
I have one small problem :
Iam sending an HTML Mime mail from PHP and in the content of the mail is dot (.) which makes problem, because its end the mail in this place.
Im trying to replace it with :
$content = str_replace("\n.", "\n .", $html_output);
and many other modifications (<, >, ...) but the problem is still here.
When Im downloading the messages via POP3, its good and message is complete, but when Im trying to download the messages via IMAP, problem is here.
Please help me, how I can replace (with which characters) the dot (.)
Thanx.
Lupher Sheva