Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-11 | Improved display of plain text messages and text to HTML conversion (#1488937) | Aleksander Machniak | |
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way. | |||
2014-02-23 | Improvement in handling invalid email address strings | Aleksander Machniak | |
2014-01-24 | Remove 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-22 | Fix mime.types parsing (#1489391) | Thomas Bruederli | |
2013-10-12 | Fix text wrapping issue with long unwrappable lines (#1489371) | Aleksander Machniak | |
2013-09-07 | Respect (multiple) config dirs from RCUBE_CONFIG_PATH when reading ↵ | Thomas Bruederli | |
configured mimetypes mapping | |||
2013-05-30 | Fix performance regression in text wrapping function (#1489133) - don't use ↵ | Aleksander Machniak | |
iconv here | |||
2013-05-23 | Fix another text wrapping issue (wrong handling of long unwrappable lines) | Aleksander Machniak | |
2013-05-22 | Catch warning on is_readable() failure (open_basedir restriction) | Aleksander Machniak | |
2013-05-10 | Fix handling of invalid email addresses in headers (#1489092) | Aleksander Machniak | |
2013-05-03 | Fix bug where multi-level quoting was replaced with one-level quoted text ↵ | Aleksander Machniak | |
after format=flowed wrapping | |||
2013-05-03 | Fix another text wrap issue (added test case) | Aleksander Machniak | |
2013-05-01 | Fix Reply-To header handling in Reply-All action (#1489037) | Aleksander Machniak | |
2013-04-22 | Fix another text wrapping issue | Aleksander Machniak | |
2013-04-21 | Fix incorrect handling of leading spaces in text wrapping | Aleksander Machniak | |
2013-03-24 | Add some extension/mimetype aliases to fix some quirks in attachment type ↵ | Aleksander Machniak | |
validation (#1488891) | |||
2013-03-20 | Workaround for some versions/systems where finfo_open() with second | Aleksander Machniak | |
argument doesn't do the same as with no 2nd argument as it should | |||
2013-03-19 | Make mime.types common locations list OS-aware | Aleksander Machniak | |
2013-03-18 | Fix wrapping of text lines with the same length as specified length limit | Aleksander Machniak | |
2013-01-21 | Rtrim() quoted lines on conversion to flowed format (according to RFC2646) | Aleksander Machniak | |
2013-01-21 | More improvements to format=flowed handling + fix in wordwrap() used ↵ | Aleksander Machniak | |
internally by format_flowed() | |||
2013-01-21 | Improve format=flowed text unfolding, add test for signature separator handling | Aleksander Machniak | |
2013-01-18 | Fix format=flowed unfolding on quoted lines; added tests for ↵ | Thomas Bruederli | |
rcube_mime::format_flowed() and rcube_mime::unfold_flowed() | |||
2012-12-18 | Cleanup, remove file paths from doc | Aleksander Machniak | |
2012-12-08 | Add default path for mime.types file; map jpg => image/jpeg in fallback list | Thomas Bruederli | |
2012-11-27 | Clarify mime_magic config option; add new function to map mimetypes and ↵ | Thomas Bruederli | |
filename extensions | |||
2012-11-27 | Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency | Aleksander Machniak | |
2012-11-25 | Define more (uniquely prefixed) constants for Roundcube directories in order ↵ | Thomas Bruederli | |
to enhance the interoperability of the Roundcube framework | |||
2012-11-21 | Framework files moved to lib/Roundcube | Aleksander Machniak | |