summaryrefslogtreecommitdiff
path: root/program/include/rcube_utils.php
AgeCommit message (Collapse)Author
2012-09-23Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-09-17Fix HTML special characters handling in message list/header display (#1488523)Aleksander Machniak
2012-09-17Fix PHP warning when rep_specialchars_output() 1st argument is not a string ↵Aleksander Machniak
(#1488643)
2012-09-09Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2012-08-27Fix deprecated function usageAleksander Machniak
2012-08-27Rename ip_check to check_ip, add IP checking testsAleksander Machniak
2012-08-24Improved email address validation with IPv6 supportAleksander Machniak
2012-08-17Fix domain part check in email address validation function. Added test cases.Aleksander Machniak
2012-08-14CodestyleThomas Bruederli
2012-08-12CS fixes (mostly tab -> spaces)Aleksander Machniak
2012-07-26use in parse_host HTTP_HOST for %dbes.internal
Use in parse_host function for domain resolve HTTP_HOST not hostname. add %t for hostname without first part For example roundcube box backend (rc.somedomain.tld) for reverse proxy on real domain (mail.example.com)
2012-07-24Small performance improvement: use cookie 'secure' parameter if enabledAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-15Move rcube_addressbook::normalize_string() to ↵Thomas Bruederli
rcube_utils::normalize_string() for general purpose
2012-05-06Remove BOM (#1488458)Aleksander Machniak
2012-05-03 - Fix the idn_convert() function call that was preventing the login with ↵vbenincasa
the "%s" replacement variable in config.
2012-04-16- Framework refactoring (I hope it's the last one):alecpl
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc