summaryrefslogtreecommitdiff
path: root/program/include/main.inc
AgeCommit message (Expand)Author
2009-05-15Apply changes from r2348 to r2400 for 0.2.2 releasethomascube
2009-03-01- Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758)alecpl
2009-02-27Don't return empty string when UTF-7 decoding fails + cleanup codestylethomascube
2009-02-21#1485741: fix installer after some last changesalecpl
2009-02-13- Fix multiple recipients input parsing (#1485733)alecpl
2009-02-11- Support non-standard "GMT-XXXX" literal in date header (#1485729)alecpl
2009-01-22Get rid of vulnerable preg_replace eval and create_function (#1485686) + corr...thomascube
2009-01-17* bumping up copyright (happy new year ;-))till
2008-12-24Secure bin scripts by requiring a valid session and replace preg_replace(/../...thomascube
2008-12-16#1485549: fix mb_convert_encoding() issuealecpl
2008-12-04#1485602: fix INBOX folder localizationalecpl
2008-12-04#1485599: fix rcmail_folder_classname()alecpl
2008-11-23Also clean cache table when removing old messages from cachethomascube
2008-11-23- Allow setting attachment col position in 'list_cols' optionalecpl
2008-11-05- fix function descriptionalecpl
2008-11-05- Fix HTML editor initialization on IE (#1485304)alecpl
2008-11-03r2032 fix: escape backslashesalecpl
2008-11-03Don't use addslashes() which could produce unexpected results when magic_quot...thomascube
2008-11-03Handle magic_quotes on runtime and remove them from the requirements list (#1...thomascube
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 da...svncommit
2008-10-18- Fix html signature formatting when identity save error occured (#1485426)alecpl
2008-10-09- set mbstring's internal encoding in proper placealecpl
2008-10-07- better postgresql sequence names handlingalecpl
2008-10-05- removed deprecated rcube_add_label() and all usesalecpl
2008-10-02- Fix folders css class setting for folder with names matching defined classe...alecpl
2008-09-18Treat US-ASCII as Latin-1 to give messages with wrong charset definition a ch...thomascube
2008-09-18Better detection of HTML double-encoded entitiesthomascube
2008-09-13Fix broken quoted-printable encodingthomascube
2008-09-12Fix xss entitiy decodingthomascube
2008-09-12Allow (sanitized) style elements in HTML messagesthomascube
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore (#14...thomascube
2008-09-05Killed one more global var + log logins to a separate file (not console)thomascube
2008-09-03Interesting: (0 == 'auto') => truethomascube
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomascube
2008-09-02New feature to import contacts from a vcard file + mark form buttons that pro...thomascube
2008-08-29Little code cleanupthomascube
2008-08-29Fix position of collapse/expand icons (#1485302)thomascube
2008-08-28Add folder hierarchy collapsing.svncommit
2008-08-27- added options to use syslog instead of log file (#1484850)alecpl
2008-08-26- Removed support for PEAR::DB driveralecpl
2008-07-31Show real names in folder drop-down + rebuild default_imap_folders property w...thomascube
2008-07-31Code cleanup,thomascube
2008-07-31Make special folders configurable for the userthomascube
2008-07-31Code cleanup with new html classesthomascube
2008-07-21- use long date format in print mode (#1485191)alecpl
2008-06-30- deprecated is_a() replaced by instanceof operatoralecpl
2008-06-23- fixed get_sequence_name()alecpl
2008-06-20Urlencode mail recipients for storing in session + little code cleanupthomascube
2008-06-20Simplify step inclusion in controller (index.php)thomascube
2008-06-15- Added option to select skin in user preferences (#1485031)alecpl