Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-15 | #1485097: Re-enable background attribute in HTML messages | alecpl | |
2008-06-07 | Change meta-charset specififcation in HTML to UTF-8; no need for ↵ | thomascube | |
mb_convert_encoding() anymore | |||
2008-06-04 | Allow <body> tag in HTML messages which will be converted to <div ↵ | thomascube | |
class='rcmBody'> | |||
2008-06-04 | Chech for mb_convert_encoding first because mbstring is optional for ↵ | thomascube | |
RoundCube + add some phpdoc | |||
2008-06-03 | -add convert encoding before html parsing | alecpl | |
2008-05-29 | Replace our crappy html sanitization with the dom-based washtml script + fix ↵ | thomascube | |
inline message parts + remove old code + add some doc comments |