Aleksander Machniak
2016-05-20 e48f8945b32ab5b67f1cdeb53a37d3d196e31e4d
2016-05-06 Aleksander Machniak
Fix XSS issue in href attribute on area tag (#5240, #5241)
tree@ 7d1406 commitdiff
2016-04-12 Aleksander Machniak
Fix converting mail addresses with @www. into mailto links (#5197)
tree@ 848410 commitdiff
2016-01-16 Aleksander Machniak
Improved SVG cleanup code
tree@ 768e3e commitdiff
2015-11-18 Aleksander Machniak
Fix rcube_utils::words_match() to work with mixed/invalid/binary content (T...
tree@ 5143c4 commitdiff
2015-11-05 Aleksander Machniak
Fix HTML sanitizer to skip <!-- node type X --> in output (#1490583)
tree@ c7c09f commitdiff
2015-08-10 Aleksander Machniak
Fix "washing" of style elements wrapped into many lines
tree@ ca7fc7 commitdiff
2015-06-27 Aleksander Machniak
Get rid of Mail_mimeDecode package dependency (#1490416)
tree@ f3c12b commitdiff
2015-06-04 Thomas Bruederli
Adapt washtml test to pass with different versions of iconv (i.e. on CentOS7)
tree@ c00875 commitdiff
2015-06-01 Thomas Bruederli
Adapt charset cleanup tests to pass with different versions of iconv propuc...
tree@ b91adb commitdiff
2015-06-17 Aleksander Machniak
Fix handling of non-break spaces in html to text conversion (#1490436)
tree@ 8e6843 commitdiff
2015-06-17 Aleksander Machniak
Fix so links with href == content aren't added to links list on html to tex...
tree@ fec877 commitdiff
2015-05-23 Aleksander Machniak
Installer: Use openssl_random_pseudo_bytes() (if available) to generate des...
tree@ 5529d9 commitdiff
2015-05-19 Aleksander Machniak
Fix font artifacts in text2html conversion (#1490353)
tree@ 4d9783 commitdiff
2015-05-05 Aleksander Machniak
Skip some tests on PHP 5.3.3
tree@ 884070 commitdiff
2015-05-05 Aleksander Machniak
Add some more tests for rcube_charset::clean()
tree@ 100780 commitdiff
2015-05-05 Aleksander Machniak
Fix failing rcube_utils::strtotime() test if system timezone was different ...
tree@ 04e767 commitdiff
2015-04-09 Aleksander Machniak
Fix font artifact in Google Chrome on Windows (#1490353)
tree@ 22c0b2 commitdiff
2015-04-09 Aleksander Machniak
Fix handling spaces after <br> on html2text conversion
tree@ 728638 commitdiff
2015-03-12 Aleksander Machniak
Fix backtick character handling in sql queries (#1490312)
tree@ 8f74b2 commitdiff
2015-02-19 Aleksander Machniak
Fix handling of some improper constructs in format=flowed text as per the R...
tree@ ca85a8 commitdiff
2015-01-13 Aleksander Machniak
Fix XSS issue in style attribute handling (#1490227)
tree@ 786aa0 commitdiff
2015-01-13 Aleksander Machniak
Fix test for blocked.gif according to recent changes
tree@ d20481 commitdiff
2014-12-28 Thomas Bruederli
Fix rcube_utils::normalize_string() to support unicode characters + add arg...
tree@ e8b82c commitdiff
2014-12-28 Thomas Bruederli
Make rcube_utils::strtotime() timezone aware (#1490163)
tree@ 09c58d commitdiff
2014-12-22 Aleksander Machniak
Fix rcube_utils::get_boolean() test to not use deprecated function alias
tree@ 11eb07 commitdiff
2014-12-01 Aleksander Machniak
Fix import of multiple contact email addresses from Outlook-csv format (#14...
tree@ f86449 commitdiff
2014-11-26 Aleksander Machniak
Fix so all unknown email addresses from Google csv format are imported (#14...
tree@ 25fb97 commitdiff
2014-11-19 Aleksander Machniak
Fix import of multiple contact groups from Google-csv format (#1490159)
tree@ bb1398 commitdiff
2014-11-16 Aleksander Machniak
Code improvements and fixes (mostly unused variables and methods)
tree@ 9e4246 commitdiff
2014-10-22 Aleksander Machniak
Fix download of attachments that are part of TNEF message (#1490091)
tree@ 48ba44 commitdiff
2014-10-13 Aleksander Machniak
dirname(__FILE__) -> __DIR__
tree@ 0ea079 commitdiff
2014-09-22 Aleksander Machniak
Merge branch 'oracle'
tree@ ff767a commitdiff
2014-09-13 Aleksander Machniak
Fix validation of email addresses with IDNA domains (#1490067)
tree@ 848e20 commitdiff
2014-09-12 Aleksander Machniak
Use consistent column/table quoting in sql queries
tree@ 34a090 commitdiff
2014-08-21 Aleksander Machniak
Fix handling of email addresses with quoted domain part (#1490040)
tree@ f01666 commitdiff
2014-08-14 Aleksander Machniak
Fixed failing test
tree@ e7cd99 commitdiff
2014-08-14 Aleksander Machniak
Support contacts import in GMail CSV format
tree@ 5f1765 commitdiff
2014-08-13 Thomas Bruederli
Extend rcmail::url() to produce absolute and fully qualified URLs
tree@ 06fdaf commitdiff
2014-08-01 Aleksander Machniak
Fix various iCloud vCard issues, added fallback for external photos (#1489993)
tree@ fcb7d4 commitdiff
2014-07-16 Aleksander Machniak
Code improvements + added tests for vacation date regexps handling
tree@ f72815 commitdiff
2014-07-07 Aleksander Machniak
Fix images import from various vCard formats (#1489977)
tree@ b231c8 commitdiff
2014-05-27 Aleksander Machniak
Fix unintentional line-height style modification in HTML messages (#1489917)
tree@ 5bf83d commitdiff
2014-05-27 Aleksander Machniak
Fix broken normalize_string(), add support for ISO-8859-2
tree@ 49dad5 commitdiff
2014-05-27 Aleksander Machniak
Add more tests for normalize_string() - some failing
tree@ d92158 commitdiff
2014-05-20 Aleksander Machniak
Fix incorrect handling of HTML comments in messages sanitization code (#148...
tree@ 82ed25 commitdiff
2014-05-18 Aleksander Machniak
Don't remove links when html signature is converted to text (#1489621) Fix ...
tree@ 59b765 commitdiff
2014-05-17 Aleksander Machniak
Merge branch 'dev-text2html'
tree@ efc470 commitdiff
2014-05-16 Aleksander Machniak
Fix handling unicode characters in links (#1489898)
tree@ 001d33 commitdiff
2014-05-15 Aleksander Machniak
Improved handling of new-lines in quoted paragraphs on text2html conversion
tree@ c0a5aa commitdiff
2014-05-13 Aleksander Machniak
Bring back the old behaviour where text messages without format=flowed are ...
tree@ f09924 commitdiff
first | « prev | next »