Hi,
If an e-mail contains
tags as seperators, the Notes MIME to Rich Text converter does not insert line feeds.
We have a mail-in database which processes mails and puts the body in other documents.
If I set the mail-in database to Prefers rich text, all
linefeeds are lost, resulting in one big line of text.
We can live with some format loss, but losing all linefeeds makes the content unreadable.
I tried replacing the
tags with
tags programatically by getting the mime content as text, replacing
with
and the setting the mime content again. This works and the line feeds are maintained. But IMHO is only a workaround for text only HTML mails.
Anyone got any suggestions on how to get Domino to recognize
as a valid html tag?
Bas