While testing HTML composing of emails I noticed some problems in the text/plain conversion.

Example: Compose HTML email mixing normal text with bold, italics, etc.
Normal Strong Normal Italics Normal Underline Normal Strike Normal

The text/html part is as expected:
Normal <strong>Strong</strong> Normal <em>Italics</em> Normal <u>Underline</u> Normal <strike>Strike</strike> Normal

But the text/plain part seems to have conversion problems (words are joined):
Normal STRONGNormal /Italics/Normal _Underline_Normal StrikeNormal

Is this a bug in IMP or some other PHP library problem?

Thanks.

Oscar
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to