Convert HTML to plain text in mail
This is a nice working class converting HTML to plain text usable in sending and receiving mail. It converts line breaks into \n
and tab into \t
and so on. It converts links to an appended list.
This is a nice working class converting HTML to plain text usable in sending and receiving mail. It converts line breaks into \n
and tab into \t
and so on. It converts links to an appended list.