Web based NG/forum error "Don't know how parse text/html message"
Vladimir Panteleev via Digitalmars-d
digitalmars-d at puremagic.com
Thu May 29 23:47:54 PDT 2014
On Thursday, 29 May 2014 at 07:08:06 UTC, w0rp wrote:
> You could possibly take the HTML and generate plaintext from
> that by removing tags, replacing unordered lists with *
> characters, and so on. That's how a lot of mail clients do it
> when people write their emails with a wysiwyg editor.
Yes, there are multiple possible solutions, they're just not
trivial to implement.
More information about the Digitalmars-d
mailing list