summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_mime.php
AgeCommit message (Collapse)Author
2013-03-24Add some extension/mimetype aliases to fix some quirks in attachment type ↵Aleksander Machniak
validation (#1488891)
2013-03-20Workaround for some versions/systems where finfo_open() with secondAleksander Machniak
argument doesn't do the same as with no 2nd argument as it should
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 ↵Aleksander Machniak
internally by format_flowed()
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 ↵Thomas Bruederli
rcube_mime::format_flowed() and rcube_mime::unfold_flowed()
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 ↵Thomas Bruederli
filename extensions
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
to enhance the interoperability of the Roundcube framework
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak