summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/main.inc
AgeCommit message (Collapse)Author
2008-11-03Don't use addslashes() which could produce unexpected results when ↵thomasb
magic_quotes_sybase is on git-svn-id: https://svn.roundcube.net/trunk@2032 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-03Handle magic_quotes on runtime and remove them from the requirements list ↵thomasb
(#1485285) git-svn-id: https://svn.roundcube.net/trunk@2029 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵estadtherr
date parsing git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-18- Fix html signature formatting when identity save error occured (#1485426)alec
git-svn-id: https://svn.roundcube.net/trunk@1987 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-09- set mbstring's internal encoding in proper placealec
git-svn-id: https://svn.roundcube.net/trunk@1968 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-07- better postgresql sequence names handlingalec
git-svn-id: https://svn.roundcube.net/trunk@1956 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-05- removed deprecated rcube_add_label() and all usesalec
- code for 'show' action added in r1937 moved to show.inc git-svn-id: https://svn.roundcube.net/trunk@1939 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-02- Fix folders css class setting for folder with names matching defined ↵alec
classes (#1485355) git-svn-id: https://svn.roundcube.net/trunk@1915 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Treat US-ASCII as Latin-1 to give messages with wrong charset definition a ↵thomasb
chance git-svn-id: https://svn.roundcube.net/trunk@1836 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-18Better detection of HTML double-encoded entitiesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1835 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-13Fix broken quoted-printable encodingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1787 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Fix xss entitiy decodingthomasb
git-svn-id: https://svn.roundcube.net/trunk@1775 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Allow (sanitized) style elements in HTML messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1773 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore ↵thomasb
(#1484453) git-svn-id: https://svn.roundcube.net/trunk@1763 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Killed one more global var + log logins to a separate file (not console)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1735 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03Interesting: (0 == 'auto') => truethomasb
git-svn-id: https://svn.roundcube.net/trunk@1723 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1722 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-02New feature to import contacts from a vcard file + mark form buttons that ↵thomasb
provide the most obvious operation git-svn-id: https://svn.roundcube.net/trunk@1716 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Little code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1704 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Fix position of collapse/expand icons (#1485302)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1701 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-28Add folder hierarchy collapsing.robin
git-svn-id: https://svn.roundcube.net/trunk@1687 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-27- added options to use syslog instead of log file (#1484850)alec
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer git-svn-id: https://svn.roundcube.net/trunk@1683 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-26- Removed support for PEAR::DB driveralec
git-svn-id: https://svn.roundcube.net/trunk@1681 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Show real names in folder drop-down + rebuild default_imap_folders property ↵thomasb
when saving prefs git-svn-id: https://svn.roundcube.net/trunk@1622 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Code cleanup,thomasb
git-svn-id: https://svn.roundcube.net/trunk@1620 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Make special folders configurable for the userthomasb
git-svn-id: https://svn.roundcube.net/trunk@1619 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Code cleanup with new html classesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1618 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-21- use long date format in print mode (#1485191)alec
git-svn-id: https://svn.roundcube.net/trunk@1601 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-30- deprecated is_a() replaced by instanceof operatoralec
git-svn-id: https://svn.roundcube.net/trunk@1582 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-23- fixed get_sequence_name()alec
git-svn-id: https://svn.roundcube.net/trunk@1567 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Urlencode mail recipients for storing in session + little code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1564 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Simplify step inclusion in controller (index.php)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1560 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-15- Added option to select skin in user preferences (#1485031)alec
- template_exists() moved to rcube_template class git-svn-id: https://svn.roundcube.net/trunk@1539 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14More code cleanupthomasb
git-svn-id: https://svn.roundcube.net/trunk@1532 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30-removed not existing variablealec
git-svn-id: https://svn.roundcube.net/trunk@1459 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-26fix to #1485083till
git-svn-id: https://svn.roundcube.net/trunk@1424 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-12- fixed problem with postgresql sequences (after MDB2 drivers update)alec
git-svn-id: https://svn.roundcube.net/trunk@1378 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-07/tmp/outrichs
git-svn-id: https://svn.roundcube.net/trunk@1361 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-07More code cleanup + oop-izationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1360 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomasb
global vars git-svn-id: https://svn.roundcube.net/trunk@1344 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-29- improved messages list performance - patch from Justin Heesemannalec
git-svn-id: https://svn.roundcube.net/trunk@1341 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-28- added 5th argument to rcmail_render_folder_tree_select()alec
git-svn-id: https://svn.roundcube.net/trunk@1338 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-25- movingmessage label could and should be added in mail task onlyalec
git-svn-id: https://svn.roundcube.net/trunk@1332 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-22fix for attrib strings with embedded quotesestadtherr
git-svn-id: https://svn.roundcube.net/trunk@1326 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-20Fix parse_attrib_string to handle unquoted attribute valuesestadtherr
git-svn-id: https://svn.roundcube.net/trunk@1325 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-17- Fix non-RFC dates formatting (#1484901)alec
git-svn-id: https://svn.roundcube.net/trunk@1324 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12- Fixed and optimized 'read_when_deleted': mark as read on server sidealec
in one action when marking as deleted, fixed js bugs when deleting from message preview page git-svn-id: https://svn.roundcube.net/trunk@1292 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomasb
devel-vnext branch git-svn-id: https://svn.roundcube.net/trunk@1291 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-11#1483863: empty trash and expunge inbox on logoutalec
git-svn-id: https://svn.roundcube.net/trunk@1282 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-10#1484980: fixed problem with month abbreviations localization (problem with ↵alec
May and maybe others) git-svn-id: https://svn.roundcube.net/trunk@1278 208e9e7b-5314-0410-a742-e7e81cd9613c