summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/main.inc
AgeCommit message (Collapse)Author
2008-04-09#1484624: do ob_start/ob_end_clean when reading config filesalec
git-svn-id: https://svn.roundcube.net/trunk@1274 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-04Remove unnecessary code; unread counts are added client sidethomasb
git-svn-id: https://svn.roundcube.net/trunk@1251 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-02Remove evil css styles like expression() in HTML messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1231 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-21Better patch to correctly quote email recipient strings (from #1484191)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1201 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-21Added charset alias for mb_convert (fixes #1484598)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1199 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-21GB2312 alias is for iconv only (fixes #1484818)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1198 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-21Add configurable default charset for message decodingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1195 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-19Enable SQL logging (set 'sql_debug' config param to true); Switch to ↵thomasb
emulated prepare mode for better performance git-svn-id: https://svn.roundcube.net/trunk@1194 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-27Make some code work without non-GPL libsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1145 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20Remove MDN headers before saving in sent folder + fix wrong variale namethomasb
git-svn-id: https://svn.roundcube.net/trunk@1125 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-19Localize folder name in page title (#1484785)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1119 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-13* implemented feature from #1484476till
git-svn-id: https://svn.roundcube.net/trunk@1063 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-08Added some charset aliases to fix typical mis-labelling (#1484565)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1032 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-08Distinguish ssl and tls for imap connections (#1484667)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1031 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-07Truncate attachment filenames to 55 characters (#1484757) and fix misspelled ↵thomasb
function name git-svn-id: https://svn.roundcube.net/trunk@1026 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-04Respect config when localize folder namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1014 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-03* cstill
git-svn-id: https://svn.roundcube.net/trunk@1003 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02Always update $CONFIG with user prefs (#1484729)thomasb
git-svn-id: https://svn.roundcube.net/trunk@997 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10New class rcube_user + send message disposition notificationthomasb
git-svn-id: https://svn.roundcube.net/trunk@938 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25More input sanitizingthomasb
git-svn-id: https://svn.roundcube.net/trunk@931 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fixed some potential security risks + updatedd changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@930 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Don't create default folders by defaultthomasb
git-svn-id: https://svn.roundcube.net/trunk@925 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-09Add escapeSimple method to rcube_db() object, to be used instead of quote() ↵robin
which will not allways work in virtuser query, for example when using something like REGEXP '(^|,)%u(,|$)' git-svn-id: https://svn.roundcube.net/trunk@915 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-18Add support for Korean charset (KS_C_5601)thomasb
git-svn-id: https://svn.roundcube.net/trunk@885 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-10Log error when login fails due to auto_create_user turned offthomasb
git-svn-id: https://svn.roundcube.net/trunk@862 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-29Filter linked/imported CSS files (#1484056)thomasb
git-svn-id: https://svn.roundcube.net/trunk@839 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-26Allow to save particular user prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@827 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-11Resolve username from virtuser file before looking up in databasethomasb
git-svn-id: https://svn.roundcube.net/trunk@792 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-09Fixed charset encoding bug (#1484429)thomasb
git-svn-id: https://svn.roundcube.net/trunk@788 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-05Ticket #1484457yllar
git-svn-id: https://svn.roundcube.net/trunk@778 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-05Fix message list selection + new pngbehavior + use strpos() instead of strstr()thomasb
git-svn-id: https://svn.roundcube.net/trunk@777 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-01# bugfix: #1484473till
git-svn-id: https://svn.roundcube.net/trunk@774 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-15LDAP improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@677 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-13Fix bugs introduced with latest changesthomasb
git-svn-id: https://svn.roundcube.net/trunk@675 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Fix charset converting issues with iconv and mbstringthomasb
git-svn-id: https://svn.roundcube.net/trunk@673 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Simplified code + removed debug logthomasb
git-svn-id: https://svn.roundcube.net/trunk@669 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Some bugfixes, security issues + minor improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@668 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-07Documentation, code style and cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@666 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-07-26Move folder rendering functions so they can be used in the settings section.robin
git-svn-id: https://svn.roundcube.net/trunk@652 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-06-12Minor bugfixes reported on the dev-listthomasb
git-svn-id: https://svn.roundcube.net/trunk@613 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-24upgrade to TinyMCE v2.1.1.1estadtherr
git-svn-id: https://svn.roundcube.net/trunk@584 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-05-17Add link to message subjects (#1484257); don't make selected list items ↵thomasb
bold; remove duplicate function git-svn-id: https://svn.roundcube.net/trunk@567 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@543 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-28Draw box around login form; created common boxtitle CSS classthomasb
git-svn-id: https://svn.roundcube.net/trunk@524 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-27New session authentication, should fix bugs #1483951 and #1484299; testing ↵thomasb
required git-svn-id: https://svn.roundcube.net/trunk@521 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-21Minor bugfixes posted to the dev-mailing listthomasb
git-svn-id: https://svn.roundcube.net/trunk@515 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-18Improved contacts drop down; HTML output improvements; JS code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@510 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-14Correctly format dates in futurethomasb
git-svn-id: https://svn.roundcube.net/trunk@508 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-03-01Solved wrong caching of message preview (#1484153, #1484236)thomasb
git-svn-id: https://svn.roundcube.net/trunk@500 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-02-21Fixed CSS bugs (#1484210 and #1484161) and quoting issue (#1484253)thomasb
git-svn-id: https://svn.roundcube.net/trunk@491 208e9e7b-5314-0410-a742-e7e81cd9613c