summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_mime.php
AgeCommit message (Expand)Author
2014-08-21Fix handling of email addresses with quoted domain part (#1490040)Aleksander Machniak
2014-02-24Improvement in handling invalid email address stringsAleksander Machniak
2014-01-24Remove quotes around addressee name in case they are encoded.Aleksander Machniak
2013-10-22Fix mime.types parsing (#1489391)Thomas Bruederli
2013-10-12Fix text wrapping issue with long unwrappable lines (#1489371)Aleksander Machniak
2013-09-07Respect (multiple) config dirs from RCUBE_CONFIG_PATH when reading configured...Thomas Bruederli
2013-05-30Fix performance regression in text wrapping function (#1489133) - don't use i...Aleksander Machniak
2013-05-23Fix another text wrapping issue (wrong handling of long unwrappable lines)Aleksander Machniak
2013-05-22Catch warning on is_readable() failure (open_basedir restriction)Aleksander Machniak
2013-05-10Fix handling of invalid email addresses in headers (#1489092)Aleksander Machniak
2013-05-03Fix bug where multi-level quoting was replaced with one-level quoted text aft...Aleksander Machniak
2013-05-03Fix another text wrap issue (added test case)Aleksander Machniak
2013-05-01Fix Reply-To header handling in Reply-All action (#1489037)Aleksander Machniak
2013-04-22Fix another text wrapping issueAleksander Machniak
2013-04-21Fix incorrect handling of leading spaces in text wrappingAleksander Machniak
2013-03-24Add some extension/mimetype aliases to fix some quirks in attachment type val...Aleksander Machniak
2013-03-20Workaround for some versions/systems where finfo_open() with secondAleksander Machniak
2013-03-19Make mime.types common locations list OS-awareAleksander Machniak
2013-03-18Fix wrapping of text lines with the same length as specified length limitAleksander Machniak
2013-01-21Rtrim() quoted lines on conversion to flowed format (according to RFC2646)Aleksander Machniak
2013-01-21More improvements to format=flowed handling + fix in wordwrap() used internal...Aleksander Machniak
2013-01-21Improve format=flowed text unfolding, add test for signature separator handlingAleksander Machniak
2013-01-18Fix format=flowed unfolding on quoted lines; added tests for rcube_mime::form...Thomas Bruederli
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-08Add default path for mime.types file; map jpg => image/jpeg in fallback listThomas Bruederli
2012-11-27Clarify mime_magic config option; add new function to map mimetypes and filen...Thomas Bruederli
2012-11-27Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistencyAleksander Machniak
2012-11-25Define more (uniquely prefixed) constants for Roundcube directories in order ...Thomas Bruederli
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak