summaryrefslogtreecommitdiff
path: root/program/lib/washtml.php
AgeCommit message (Collapse)Author
2008-06-07Change meta-charset specififcation in HTML to UTF-8; no need for ↵thomascube
mb_convert_encoding() anymore
2008-06-04Allow <body> tag in HTML messages which will be converted to <div ↵thomascube
class='rcmBody'>
2008-06-04Chech for mb_convert_encoding first because mbstring is optional for ↵thomascube
RoundCube + add some phpdoc
2008-06-03-add convert encoding before html parsingalecpl
2008-05-29Replace our crappy html sanitization with the dom-based washtml script + fix ↵thomascube
inline message parts + remove old code + add some doc comments