summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/main.inc
AgeCommit message (Collapse)Author
2009-03-31Cherry-picked rev 84a7acd which implemented CSS sprites into branch npk.Nathan Kinkade
2009-03-11Changes necessary to implement a move-message dropdown button.Nathan Kinkade
2009-03-01- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)alec
git-svn-id: https://svn.roundcube.net/trunk@2321 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-27Don't return empty string when UTF-7 decoding fails + cleanup codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@2315 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-21#1485741: fix installer after some last changesalec
git-svn-id: https://svn.roundcube.net/trunk@2306 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-13- Fix multiple recipients input parsing (#1485733)alec
- added shared rcube_explode_quoted_string() function git-svn-id: https://svn.roundcube.net/trunk@2291 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-11- Support non-standard "GMT-XXXX" literal in date header (#1485729)alec
git-svn-id: https://svn.roundcube.net/trunk@2288 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-22Get rid of vulnerable preg_replace eval and create_function (#1485686) + ↵thomasb
correctly handle base and link tags in html messages git-svn-id: https://svn.roundcube.net/trunk@2252 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-24Secure bin scripts by requiring a valid session and replace ↵thomasb
preg_replace(/../e) with preg_replace_callback git-svn-id: https://svn.roundcube.net/trunk@2187 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-16#1485549: fix mb_convert_encoding() issuealec
git-svn-id: https://svn.roundcube.net/trunk@2156 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-04#1485602: fix INBOX folder localizationalec
git-svn-id: https://svn.roundcube.net/trunk@2117 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-04#1485599: fix rcmail_folder_classname()alec
git-svn-id: https://svn.roundcube.net/trunk@2114 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-23Also clean cache table when removing old messages from cachethomasb
git-svn-id: https://svn.roundcube.net/trunk@2084 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-23- Allow setting attachment col position in 'list_cols' optionalec
- Allow override 'list_cols' via skin (#1485577) - Fix: allow empty attribs in templates git-svn-id: https://svn.roundcube.net/trunk@2078 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-05- fix function descriptionalec
git-svn-id: https://svn.roundcube.net/trunk@2041 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-05- Fix HTML editor initialization on IE (#1485304)alec
- move back toggle_editor function to editor.js - merge identity and compose editor init functions git-svn-id: https://svn.roundcube.net/trunk@2040 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-03r2032 fix: escape backslashesalec
git-svn-id: https://svn.roundcube.net/trunk@2034 208e9e7b-5314-0410-a742-e7e81cd9613c
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