summaryrefslogtreecommitdiff
path: root/tests/Framework/Mime.php
AgeCommit message (Collapse)Author
2014-08-21Fix handling of email addresses with quoted domain part (#1490040)Aleksander Machniak
2014-02-23Improvement in handling invalid email address stringsAleksander Machniak
2014-01-24Remove quotes around addressee name in case they are encoded.Aleksander Machniak
Some clients encode quotes with name using base64/quoted-printable encoding. Quotes were removed only for unencoded strings. Now also encoded names are handled this way. So, recipient/sender strings are displayed without quotes around and e.g. saving to addressbook does not save these redundant quotes.
2013-10-12Fix text wrapping issue with long unwrappable lines (#1489371)Aleksander Machniak
2013-05-23Fix another text wrapping issue (wrong handling of long unwrappable lines)Aleksander Machniak
2013-05-10Fix handling of invalid email addresses in headers (#1489092)Aleksander Machniak
2013-05-03Fix another text wrap issue (added test case)Aleksander Machniak
2013-04-22Fix another text wrapping issueAleksander Machniak
2013-04-21Fix incorrect handling of leading spaces in text wrappingAleksander Machniak
2013-01-18Fix format=flowed unfolding on quoted lines; added tests for ↵Thomas Bruederli
rcube_mime::format_flowed() and rcube_mime::unfold_flowed()
2012-08-27Restructured testsAleksander Machniak