summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2008-04-01* debugging bind (simplyfied if/else)till
git-svn-id: https://svn.roundcube.net/trunk@1228 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-31* committed patch from #1484932till
git-svn-id: https://svn.roundcube.net/trunk@1224 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-25Don't execute SQL queries if caching is disabledthomasb
git-svn-id: https://svn.roundcube.net/trunk@1219 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-25Only emulate prepared queries in debug modethomasb
git-svn-id: https://svn.roundcube.net/trunk@1217 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-25* added escapeSimple() (#1484874)till
git-svn-id: https://svn.roundcube.net/trunk@1215 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-21Strip slashes from virtuser email values (#1484700)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1202 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-21Correctly quote email recipient stringthomasb
git-svn-id: https://svn.roundcube.net/trunk@1197 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-21Applied patch to fix mime decoding an folder subscription (#1484191)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1196 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-03-02Minor bug fixes and visual enhancementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1167 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Fix bug in html select class introduced with r1155thomasb
git-svn-id: https://svn.roundcube.net/trunk@1156 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Add IMAP test and some more options to installer scriptthomasb
git-svn-id: https://svn.roundcube.net/trunk@1155 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Applied patch by Emanuele Rocca to make LDAP filters work with or without ↵thomasb
brackets git-svn-id: https://svn.roundcube.net/trunk@1152 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-25* introduced isset() because that is how you test if a var is set (which is ↵till
why a NOTICE is a good idea to look at sometimes) * fixed a bug - $smtp_conn was checked, but it's actually called $SMTP_CONN, now the connection is really being re-used git-svn-id: https://svn.roundcube.net/trunk@1136 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20Add (currently unused) function to delete all contacts + update changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@1126 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-20* fixing #1484792 (Thanks for the note!)till
git-svn-id: https://svn.roundcube.net/trunk@1123 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-16* doublechecking the user id is settill
git-svn-id: https://svn.roundcube.net/trunk@1094 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-15* cs in require_oncetill
git-svn-id: https://svn.roundcube.net/trunk@1089 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-14* small cs fixestill
git-svn-id: https://svn.roundcube.net/trunk@1084 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-14* more verbose error msgtill
git-svn-id: https://svn.roundcube.net/trunk@1081 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-14* mime_content_type() is unavailable in PHP5 and breaks sending emails with ↵till
attachments * implemented rc_mime_content_type() with file_info-failover * added svn:ignore for phpinfo.php ;-) git-svn-id: https://svn.roundcube.net/trunk@1078 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-12Also do charset decoding as suggested in RFC 2231 (fix #1484321)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1050 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-11Fix send_modified_header() functionthomasb
git-svn-id: https://svn.roundcube.net/trunk@1048 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-11Add UI elements to mark the selected messages read/unreadthomasb
git-svn-id: https://svn.roundcube.net/trunk@1044 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-10* fixing #1484494 (people can delete the last identity otherwise)till
* FOR TRANSLATERS: introducing new message git-svn-id: https://svn.roundcube.net/trunk@1035 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-06* committing patch from #1484593 (re-open if this breaks anything)till
git-svn-id: https://svn.roundcube.net/trunk@1025 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-06Little fix for an unused feature :-)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1024 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-05Applied patch for updating page title (#1484727, #1484650)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1019 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
2008-02-02Simplified fix for remembering searches when viewing message + Don't ask for ↵thomasb
MDN confirmations on drafted messages (#1484691) git-svn-id: https://svn.roundcube.net/trunk@996 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-02* fixed #1484738till
git-svn-id: https://svn.roundcube.net/trunk@993 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-29 * included error code in error messagetill
* returned directly from the SMTP on authentication error * useful for debugging SMTP errors git-svn-id: https://svn.roundcube.net/trunk@970 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-29Track message disposition notification flag and headersthomasb
git-svn-id: https://svn.roundcube.net/trunk@933 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Only show new messages if they match the current search (#1484176)thomasb
git-svn-id: https://svn.roundcube.net/trunk@932 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