summaryrefslogtreecommitdiff
path: root/program/lib/html2text.php
AgeCommit message (Expand)Author
2012-11-19Improve line wrapping behavior where message charset is changed by plugins (i...Thomas Bruederli
2012-09-26Make sure <head> content (e.g. title) is not converted to plain textAleksander Machniak
2012-08-15Fix stripped apostrophes when replying in plain text to HTML message (#1488606)Aleksander Machniak
2012-06-08Fix handling of links with various URI schemes e.g. "skype:" (#1488106)Aleksander Machniak
2012-05-28Fix html2text conversion of strong|b|a|th|h tags when used in upper caseAleksander Machniak
2012-02-15- Don't list mailto: and anchor linksalecpl
2012-02-08- Improved r5861 change: Content converted to upper case can contain HTML tag...alecpl
2012-02-08- Handle HTML entities properly when converting strong/b/th content to upper ...alecpl
2011-11-28- Fix handling HTML entities when converting HTML to text (#1488212)alecpl
2011-05-03- Remove leading empty lines (can be produced by eg. P tag on the beginning)alecpl
2011-04-08- Fix bug where some content would cause hang on html2text conversion (#14878...alecpl
2011-02-28- Fix parsing links with non-printable characters inside (#1487805)alecpl
2010-11-14- Fix hanling of HTML entity strings in plai text messagesalecpl
2010-09-29- Fix HTML to plain text conversion doesn't handle citation blocks (#1486921)alecpl
2010-06-22- Fix regular expression for HTML entitiesalecpl
2010-06-03- Add line-break in place of <DIV> tag (#1486666)alecpl
2010-01-12- Fix to-text converting of HTML entities inside b/strong/th/hX tags (#1486422)alecpl
2009-04-05- Fix compose window doesn't fit 1024x768 window (#1485396)alecpl
2009-02-27Changed code style for better diffsthomascube
2009-01-21- Fix html entities replacement (related to r2186)alecpl
2008-12-22#1485640: http://pear.php.net/bugs/bug.php?id=13032alecpl
2008-12-12#1485618: fix code injection vulnerabilityalecpl
2008-11-20- Better HTML entities conversion in html2text (#1485519)alecpl
2008-11-03#1485534: fix (multiple) PRE conversionalecpl
2008-08-30- applied RC's patches after html2text updatealecpl
2008-08-30- Improved HTML to TXT conversion by html2text class update to version 1.0.0alecpl
2008-08-29- oops, fixed parse error from last changealecpl
2008-08-29- Added PRE handling in html2text class (#1484740)alecpl
2008-08-06- fread() replaced by file_get_contents(), see comments in #1484880alecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the de...thomascube